Searched refs:convertYAML (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | yaml2obj.cpp | 21 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/ |
D | yaml2obj.cpp | 21 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/ |
D | yaml2obj.cpp | 43 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/ |
D | YAML2ObjTest.cpp | 76 bool Res = convertYAML(YIn, OS, ErrHandler); in TEST()
|
D | ELFYAMLTest.cpp | 26 if (!yaml::convertYAML(YIn, OS, [](const Twine &Msg) {})) in toBinary()
|
D | MinidumpYAMLTest.cpp | 23 if (!yaml::convertYAML(YIn, OS, [](const Twine &Msg) {})) in toBinary()
|
/external/llvm-project/lldb/unittests/TestingSupport/ |
D | TestUtilities.cpp | 33 if (!llvm::yaml::convertYAML(YIn, OS, [](const llvm::Twine &Msg) {})) in fromYaml()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | yaml2obj.h | 56 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | yaml2obj.h | 62 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
|
/external/llvm-project/llvm/tools/yaml2obj/ |
D | yaml2obj.cpp | 136 if (!convertYAML(YIn, Out->os(), ErrHandler, DocNum, in main()
|
/external/llvm-project/lldb/unittests/Process/minidump/ |
D | MinidumpParserTest.cpp | 58 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/ |
D | ELFObjectFileTest.cpp | 306 if (!yaml::convertYAML(YIn, OS, [](const Twine &Msg) {})) in toBinary()
|
/external/llvm-project/llvm/tools/llvm-ifs/ |
D | llvm-ifs.cpp | 342 return convertYAML(YIn, Out, ErrHandler) ? 0 : 1; in writeElfStub()
|