Home
last modified time | relevance | path

Searched refs:convertYAML (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
Dyaml2obj.cpp21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, in convertYAML() function
63 if (!convertYAML(YIn, OS, ErrHandler)) in yaml2ObjectFile()
/external/llvm-project/llvm/lib/ObjectYAML/
Dyaml2obj.cpp21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, in convertYAML() function
65 if (!convertYAML(YIn, OS, ErrHandler)) in yaml2ObjectFile()
/external/llvm/tools/yaml2obj/
Dyaml2obj.cpp43 static int convertYAML(yaml::Input &YIn, raw_ostream &Out) { in convertYAML() function
94 int Res = convertYAML(YIn, Out->os()); in main()
/external/llvm-project/llvm/unittests/ObjectYAML/
DYAML2ObjTest.cpp76 bool Res = convertYAML(YIn, OS, ErrHandler); in TEST()
DELFYAMLTest.cpp26 if (!yaml::convertYAML(YIn, OS, [](const Twine &Msg) {})) in toBinary()
DMinidumpYAMLTest.cpp23 if (!yaml::convertYAML(YIn, OS, [](const Twine &Msg) {})) in toBinary()
/external/llvm-project/lldb/unittests/TestingSupport/
DTestUtilities.cpp33 if (!llvm::yaml::convertYAML(YIn, OS, [](const llvm::Twine &Msg) {})) in fromYaml()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
Dyaml2obj.h56 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
/external/llvm-project/llvm/include/llvm/ObjectYAML/
Dyaml2obj.h62 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
/external/llvm-project/llvm/tools/yaml2obj/
Dyaml2obj.cpp136 if (!convertYAML(YIn, Out->os(), ErrHandler, DocNum, in main()
/external/llvm-project/lldb/unittests/Process/minidump/
DMinidumpParserTest.cpp58 if (!llvm::yaml::convertYAML(YIn, os, [](const llvm::Twine &Msg) {})) in SetUpFromYaml()
87 ASSERT_TRUE(llvm::yaml::convertYAML(YIn, os, [](const llvm::Twine &Msg){})); in TEST_F()
/external/llvm-project/llvm/unittests/Object/
DELFObjectFileTest.cpp306 if (!yaml::convertYAML(YIn, OS, [](const Twine &Msg) {})) in toBinary()
/external/llvm-project/llvm/tools/llvm-ifs/
Dllvm-ifs.cpp342 return convertYAML(YIn, Out, ErrHandler) ? 0 : 1; in writeElfStub()