Home
last modified time | relevance | path

Searched refs:emitDebugRanges (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h35 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h389 void emitDebugRanges();
DDwarfDebug.cpp641 emitDebugRanges(); in endModule()
1691 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h512 void emitDebugRanges();
DDwarfDebug.cpp1244 emitDebugRanges(); in endModule()
2741 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h527 void emitDebugRanges();
DDwarfDebug.cpp1424 emitDebugRanges(); in endModule()
2953 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp190 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() function in DWARFYAML
1023 .Case("debug_ranges", DWARFYAML::emitDebugRanges) in getDWARFEmitterByName()