Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h40 LLVM_ABI 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 DDWARFLinkerTypeUnit.cpp364 Tasks.push_back([&]() -> Error { return emitDebugInfo(TargetTriple); }); in finishCloningAndEmit()
H A DDWARFLinkerCompileUnit.cpp1257 if (Error Err = emitDebugInfo((*TargetTriple).get())) in cloneAndEmit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h573 void emitDebugInfo();
H A DDwarfDebug.cpp1460 emitDebugInfo(); in endModule()
2809 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp403 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1232 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15802 {"_ZN4llvm10DwarfDebug13emitDebugInfoEv", "llvm::DwarfDebug::emitDebugInfo()"},