Home
last modified time | relevance | path

Searched refs:EmitDebugStr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h33 void EmitDebugStr(raw_ostream &OS, const Data &DI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp72 void DWARFYAML::EmitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugStr() function in DWARFYAML
372 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugStr, "debug_str", in EmitDebugSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp288 DWARFYAML::EmitDebugStr(OS, Obj.DWARF); in writeSectionData()