Home
last modified time | relevance | path

Searched refs:YAMLString (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h41 EmitDebugSections(StringRef YAMLString, bool ApplyFixups = false,
/external/llvm-project/clang/unittests/Tooling/
DRefactoringActionRulesTest.cpp112 std::string YAMLString = in TEST_F() local
127 YAMLString.c_str()); in TEST_F()
DRefactoringTest.cpp1120 std::string YAMLString = Change.toYAMLString(); in TEST_F() local
1141 YAMLString.c_str()); in TEST_F()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h50 emitDebugSections(StringRef YAMLString,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp354 DWARFYAML::EmitDebugSections(StringRef YAMLString, bool ApplyFixups, in EmitDebugSections() argument
356 yaml::Input YIn(YAMLString); in EmitDebugSections()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1053 DWARFYAML::emitDebugSections(StringRef YAMLString, bool IsLittleEndian, in emitDebugSections() argument
1060 yaml::Input YIn(YAMLString, /*Ctxt=*/nullptr, CollectDiagnostic, in emitDebugSections()