Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h35 void EmitDebugAranges(raw_ostream &OS, const Data &DI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp95 void DWARFYAML::EmitDebugAranges(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugAranges() function in DWARFYAML
376 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugAranges, "debug_aranges", in EmitDebugSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp292 DWARFYAML::EmitDebugAranges(OS, Obj.DWARF); in writeSectionData()