Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h42 Error emitDebugAddr(raw_ostream &OS, const Data &DI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h556 void emitDebugAddr();
DDwarfDebug.cpp1261 emitDebugAddr(); in endModule()
2888 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() function in DwarfDebug
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h574 void emitDebugAddr();
DDwarfDebug.cpp1443 emitDebugAddr(); in endModule()
3187 void DwarfDebug::emitDebugAddr() { in emitDebugAddr() function in DwarfDebug
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp631 Error DWARFYAML::emitDebugAddr(raw_ostream &OS, const Data &DI) { in emitDebugAddr() function in DWARFYAML
1014 .Case("debug_addr", DWARFYAML::emitDebugAddr) in getDWARFEmitterByName()