Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h35 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h544 void emitDebugRanges();
H A DDwarfDebug.cpp1461 emitDebugRanges(); in endModule()
3032 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp189 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() function in DWARFYAML
1022 .Case("debug_ranges", DWARFYAML::emitDebugRanges) in getDWARFEmitterByName()