Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1518 const DWARFDebugLine::LineTable *InputLineTable = in cloneAndEmitLineTable() local
1520 if (InputLineTable == nullptr) { in cloneAndEmitLineTable()
1529 OutLineTable.Prologue = InputLineTable->Prologue; in cloneAndEmitLineTable()
1534 OutLineTable.Rows = InputLineTable->Rows; in cloneAndEmitLineTable()
1540 OutLineTable.Sequences = InputLineTable->Sequences; in cloneAndEmitLineTable()
1544 NewRows.reserve(InputLineTable->Rows.size()); in cloneAndEmitLineTable()
1564 for (DWARFDebugLine::Row Row : InputLineTable->Rows) { in cloneAndEmitLineTable()