Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h39 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/src/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 DDWARFLinkerTypeUnit.cpp368 Tasks.push_back([&]() -> Error { return emitDebugInfo(TargetTriple); }); in finishCloningAndEmit()
H A DDWARFLinkerCompileUnit.cpp1261 if (Error Err = emitDebugInfo((*TargetTriple).get())) in cloneAndEmit()
/src/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
/src/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()