Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h41 Error emitDebugAddr(raw_ostream &OS, const Data &DI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h589 void emitDebugAddr();
H A DDwarfDebug.cpp1488 emitDebugAddr(); in endModule()
3379 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() function in DwarfDebug
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp631 Error DWARFYAML::emitDebugAddr(raw_ostream &OS, const Data &DI) { in emitDebugAddr() function in DWARFYAML
1014 .Case("debug_addr", DWARFYAML::emitDebugAddr) in getDWARFEmitterByName()