Home
last modified time | relevance | path

Searched refs:emitDebugLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h41 LLVM_ABI Error emitDebugLine(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h99 Error emitDebugLine(const Triple &TargetTriple,
H A DDWARFLinkerUnit.cpp121 Error DwarfUnit::emitDebugLine(const Triple &TargetTriple, in emitDebugLine() function in DwarfUnit
H A DDWARFLinkerTypeUnit.cpp360 [&]() -> Error { return emitDebugLine(TargetTriple, LineTable); }); in finishCloningAndEmit()
H A DDWARFLinkerCompileUnit.cpp1604 return emitDebugLine(TargetTriple, OutLineTable); in cloneAndEmitLineTable()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp597 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML
1233 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()