Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h32 void EmitDebugAbbrev(raw_ostream &OS, const Data &DI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp79 void DWARFYAML::EmitDebugAbbrev(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugAbbrev() function in DWARFYAML
374 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugAbbrev, "debug_abbrev", in EmitDebugSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp290 DWARFYAML::EmitDebugAbbrev(OS, Obj.DWARF); in writeSectionData()