Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h39 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h492 void emitDebugInfo();
H A DDwarfDebug.cpp1462 emitDebugInfo(); in endModule()
2329 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp407 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1018 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()