Lines Matching refs:LineTable
828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
830 if (!LineTable) { in verifyDebugLineStmtOffsets()
839 assert(LineTable == nullptr); in verifyDebugLineStmtOffsets()
863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
866 if (!LineTable) in verifyDebugLineRows()
870 uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size(); in verifyDebugLineRows()
873 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows()
887 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
909 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows()
921 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()
927 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
929 bool isDWARF5 = LineTable->Prologue.getVersion() >= 5; in verifyDebugLineRows()
935 << LineTable->Prologue.FileNames.size() in verifyDebugLineRows()