Lines Matching refs:LineTable
943 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
945 if (!LineTable) { in verifyDebugLineStmtOffsets()
956 assert(LineTable == nullptr); in verifyDebugLineStmtOffsets()
982 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
985 if (!LineTable) in verifyDebugLineRows()
989 bool isDWARF5 = LineTable->Prologue.getVersion() >= 5; in verifyDebugLineRows()
990 uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size(); in verifyDebugLineRows()
994 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows()
1012 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
1033 if (LineTable->Rows.size() == 1 && LineTable->Rows.front().EndSequence) in verifyDebugLineRows()
1039 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows()
1053 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
1059 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
1067 << LineTable->Prologue.FileNames.size() in verifyDebugLineRows()