1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/ObjectYAML
Xing GUO b71d05baba [DWARFYAML][unittest] Refactor parseDWARFYAML().
In this change, `parseDWARFYAML()` is refactored to be able to parse
YAML decription into different data structures. We don't have to craft
the whole DWARF structure for a small test in the future.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D83220
2020-07-09 12:00:22 +08:00
..
CMakeLists.txt [ObjectYAML][DWARF] Collect diagnostic message when YAMLParser fails. 2020-06-29 16:13:53 +08:00
DWARFYAMLTest.cpp [DWARFYAML][unittest] Refactor parseDWARFYAML(). 2020-07-09 12:00:22 +08:00
ELFYAMLTest.cpp [VE] Implements minimum MC layer for VE (3/4) 2020-05-28 10:07:48 +02:00
MinidumpYAMLTest.cpp minidump: Add an "arm64" constant 2019-10-31 11:20:46 +01:00
YAML2ObjTest.cpp [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers. 2019-09-13 16:00:16 +00:00
YAMLTest.cpp