Lines Matching refs:LineTable
727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
729 if (!LineTable) { in verifyDebugLineStmtOffsets()
738 assert(LineTable == nullptr); in verifyDebugLineStmtOffsets()
762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
765 if (!LineTable) in verifyDebugLineRows()
769 uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size(); in verifyDebugLineRows()
772 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows()
786 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
808 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows()
820 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
826 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
828 bool isDWARF5 = LineTable->Prologue.getVersion() >= 5; in verifyDebugLineRows()
834 << LineTable->Prologue.FileNames.size() in verifyDebugLineRows()