Lines Matching refs:LineTable
1481 const DWARFDebugLine::LineTable *LineTable = in addDebugFilenameToUnit() local
1484 LineTable->Prologue.FileNames; in addDebugFilenameToUnit()
1492 LineTable->Prologue in addDebugFilenameToUnit()
1647 const DWARFDebugLine::LineTable *LineTable = in preprocessDebugInfo() local
1650 LineTable->Prologue.FileNames; in preprocessDebugInfo()
1652 uint16_t DwarfVersion = LineTable->Prologue.getVersion(); in preprocessDebugInfo()
1655 if (LineTable->Prologue.ContentTypes.HasMD5) in preprocessDebugInfo()
1656 Checksum = LineTable->Prologue.FileNames[0].Checksum; in preprocessDebugInfo()
1685 LineTable->Prologue in preprocessDebugInfo()
1693 if (DwarfVersion >= 5 && LineTable->Prologue.ContentTypes.HasMD5) in preprocessDebugInfo()
1694 Checksum = LineTable->Prologue.FileNames[I].Checksum; in preprocessDebugInfo()
1808 const DWARFDebugLine::LineTable *LineTable; in printDebugInfo() local
1811 LineTable = Function->getDWARFLineTable(); in printDebugInfo()
1813 LineTable = DwCtx->getLineTableForUnit( in printDebugInfo()
1816 assert(LineTable && "line table expected for instruction with debug info"); in printDebugInfo()
1818 const DWARFDebugLine::Row &Row = LineTable->Rows[RowRef.RowIndex - 1]; in printDebugInfo()
1821 dwarf::toString(LineTable->Prologue.FileNames[Row.File - 1].Name)) in printDebugInfo()