Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h34 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h614 void emitDebugRanges();
H A DDwarfDebug.cpp1457 emitDebugRanges(); in endModule()
3177 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp190 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() function in DWARFYAML
1211 .Case("debug_ranges", DWARFYAML::emitDebugRanges) in getDWARFEmitterByName()