Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h38 void EmitDebugInfo(raw_ostream &OS, const Data &DI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp200 void DWARFYAML::EmitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugInfo() function in DWARFYAML
368 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugInfo, "debug_info", in EmitDebugSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp300 DWARFYAML::EmitDebugInfo(OS, Obj.DWARF); in writeSectionData()