Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFEmitter.h40 Error emitDebugLine(raw_ostream &OS, const Data &DI);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerUnit.h99 Error emitDebugLine(const Triple &TargetTriple,
HDDWARFLinkerUnit.cpp121 Error DwarfUnit::emitDebugLine(const Triple &TargetTriple, in emitDebugLine() function in DwarfUnit
HDDWARFLinkerTypeUnit.cpp364 [&]() -> Error { return emitDebugLine(TargetTriple, LineTable); }); in finishCloningAndEmit()
HDDWARFLinkerCompileUnit.cpp1608 return emitDebugLine(TargetTriple, OutLineTable); in cloneAndEmitLineTable()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFEmitter.cpp570 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML
1207 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()