Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFEmitter.h41 Error emitDebugAddr(raw_ostream &OS, const Data &DI);
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h661 void emitDebugAddr();
HDDwarfDebug.cpp1476 emitDebugAddr(); in endModule()
3411 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() function in DwarfDebug
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFEmitter.cpp631 Error DWARFYAML::emitDebugAddr(raw_ostream &OS, const Data &DI) { in emitDebugAddr() function in DWARFYAML
1202 .Case("debug_addr", DWARFYAML::emitDebugAddr) in getDWARFEmitterByName()