Lines Matching refs:LineTable
844 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
846 if (!LineTable) { in verifyDebugLineStmtOffsets()
855 assert(LineTable == nullptr); in verifyDebugLineStmtOffsets()
879 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
882 if (!LineTable) in verifyDebugLineRows()
886 bool isDWARF5 = LineTable->Prologue.getVersion() >= 5; in verifyDebugLineRows()
887 uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size(); in verifyDebugLineRows()
891 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows()
905 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
927 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows()
939 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
948 if ((LineTable->Prologue.FileNames.size() || in verifyDebugLineRows()
949 LineTable->Rows.size() != 1) && in verifyDebugLineRows()
950 !LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
957 << LineTable->Prologue.FileNames.size() in verifyDebugLineRows()