Searched refs:YAMLString (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFEmitter.h | 41 EmitDebugSections(StringRef YAMLString, bool ApplyFixups = false,
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringActionRulesTest.cpp | 112 std::string YAMLString = in TEST_F() local 127 YAMLString.c_str()); in TEST_F()
|
D | RefactoringTest.cpp | 1120 std::string YAMLString = Change.toYAMLString(); in TEST_F() local 1141 YAMLString.c_str()); in TEST_F()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFEmitter.h | 50 emitDebugSections(StringRef YAMLString,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 354 DWARFYAML::EmitDebugSections(StringRef YAMLString, bool ApplyFixups, in EmitDebugSections() argument 356 yaml::Input YIn(YAMLString); in EmitDebugSections()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 1053 DWARFYAML::emitDebugSections(StringRef YAMLString, bool IsLittleEndian, in emitDebugSections() argument 1060 yaml::Input YIn(YAMLString, /*Ctxt=*/nullptr, CollectDiagnostic, in emitDebugSections()
|