Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h35 LLVM_ABI Error emitDebugRanges(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h623 void emitDebugRanges();
H A DDwarfDebug.cpp1467 emitDebugRanges(); in endModule()
3626 void DwarfDebug::emitDebugRanges() { in emitDebugRanges() function in DwarfDebug
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp186 Error DWARFYAML::emitDebugRanges(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugRanges() function in DWARFYAML
1237 .Case("debug_ranges", DWARFYAML::emitDebugRanges) in getDWARFEmitterByName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15808 {"_ZN4llvm10DwarfDebug15emitDebugRangesEv", "llvm::DwarfDebug::emitDebugRanges()"},