Home
last modified time | relevance | path

Searched refs:yaml2ObjectFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ObjectYAML/
H A DYAML2ObjTest.cpp21 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 DDWARFDataExtractorTest.cpp52 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 Dyaml2obj.h83 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml,
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp65 yaml2ObjectFile(SmallVectorImpl<char> &Storage, StringRef Yaml, in yaml2ObjectFile() function
/llvm-project-15.0.7/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp111 yaml2ObjectFile(Storage, YamlCreationString, ErrHandler); in createObjectFileFromYamlDescription()