Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h40 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 DDWARFLinkerCompileUnit.cpp1608 return emitDebugLine(TargetTriple, OutLineTable); in cloneAndEmitLineTable()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML
1207 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()