Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h42 LLVM_ABI Error emitDebugAddr(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h670 void emitDebugAddr();
H A DDwarfDebug.cpp1486 emitDebugAddr(); in endModule()
3860 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() function in DwarfDebug
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp658 Error DWARFYAML::emitDebugAddr(raw_ostream &OS, const Data &DI) { in emitDebugAddr() function in DWARFYAML
1228 .Case("debug_addr", DWARFYAML::emitDebugAddr) in getDWARFEmitterByName()