Searched refs:YAMLString (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFEmitter.h | 49 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/swiftshader/third_party/llvm-16.0/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()
|