Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h39 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h96 Error emitDebugInfo(const Triple &TargetTriple);
H A DDWARFLinkerUnit.cpp90 Error DwarfUnit::emitDebugInfo(const Triple &TargetTriple) { in emitDebugInfo() function in DwarfUnit
H A DDWARFLinkerCompileUnit.cpp1261 if (Error Err = emitDebugInfo((*TargetTriple).get())) in cloneAndEmit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h564 void emitDebugInfo();
H A DDwarfDebug.cpp1450 emitDebugInfo(); in endModule()
2371 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp407 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1206 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()