Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h42 Error emitDebugAddr(raw_ostream &OS, const Data &DI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h588 void emitDebugAddr();
H A DDwarfDebug.cpp1468 emitDebugAddr(); in endModule()
3316 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() function in DwarfDebug
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp630 Error DWARFYAML::emitDebugAddr(raw_ostream &OS, const Data &DI) { in emitDebugAddr() function in DWARFYAML
1013 .Case("debug_addr", DWARFYAML::emitDebugAddr) in getDWARFEmitterByName()