Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h40 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h494 void emitDebugInfo();
H A DDwarfDebug.cpp1454 emitDebugInfo(); in endModule()
2221 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp406 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1017 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()