Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h34 Error emitDebugRanges(raw_ostream &OS, const Data &DI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h540 void emitDebugRanges();
H A DDwarfDebug.cpp1443 emitDebugRanges(); in endModule()
3109 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/llvm-project-15.0.7/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()