Searched refs:yaml2ObjectFile (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ObjectYAML/ |
| H A D | YAML2ObjTest.cpp | 21 TEST(yaml2ObjectFile, ELF) { in TEST() argument 26 std::unique_ptr<ObjectFile> Obj = yaml2ObjectFile(Storage, R"( in TEST() 40 TEST(yaml2ObjectFile, Errors) { in TEST() argument 62 std::unique_ptr<ObjectFile> Obj = yaml2ObjectFile(Storage, Yaml, ErrHandler); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractorTest.cpp | 52 std::unique_ptr<object::ObjectFile> Obj = yaml::yaml2ObjectFile( in TEST() 184 std::unique_ptr<object::ObjectFile> Obj = yaml::yaml2ObjectFile( in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | yaml2obj.h | 83 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml,
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | yaml2obj.cpp | 65 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile() function
|
| /llvm-project-15.0.7/llvm/unittests/ObjCopy/ |
| H A D | ObjCopyTest.cpp | 111 yaml2ObjectFile(Storage, YamlCreationString, ErrHandler); in createObjectFileFromYamlDescription()
|