Home
last modified time | relevance | path

Searched refs:OutLineTable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp122 const DWARFDebugLine::LineTable &OutLineTable) { in emitDebugLine() argument
125 return DebugLineEmitter.emit(OutLineTable); in emitDebugLine()
H A DDWARFLinkerCompileUnit.cpp1526 DWARFDebugLine::LineTable OutLineTable; in cloneAndEmitLineTable() local
1529 OutLineTable.Prologue = InputLineTable->Prologue; in cloneAndEmitLineTable()
1530 OutLineTable.Prologue.FormParams.AddrSize = getFormParams().AddrSize; in cloneAndEmitLineTable()
1534 OutLineTable.Rows = InputLineTable->Rows; in cloneAndEmitLineTable()
1537 if (OutLineTable.Rows.size() == 1 && OutLineTable.Rows[0].EndSequence) in cloneAndEmitLineTable()
1538 OutLineTable.Rows.clear(); in cloneAndEmitLineTable()
1540 OutLineTable.Sequences = InputLineTable->Sequences; in cloneAndEmitLineTable()
1605 OutLineTable.Rows = std::move(NewRows); in cloneAndEmitLineTable()
1608 return emitDebugLine(TargetTriple, OutLineTable); in cloneAndEmitLineTable()
H A DDWARFLinkerUnit.h100 const DWARFDebugLine::LineTable &OutLineTable);