Home
last modified time | relevance | path

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

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