Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h32 void EmitDebugStr(raw_ostream &OS, const Data &DI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp71 void DWARFYAML::EmitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugStr() function in DWARFYAML
374 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugStr, "debug_str", in EmitDebugSections()
DMachOEmitter.cpp279 DWARFYAML::EmitDebugStr(OS, Obj.DWARF); in writeSectionData()