Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h34 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h542 void emitDebugRanges();
H A DDwarfDebug.cpp1469 emitDebugRanges(); in endModule()
3145 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A 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()