Lines Matching refs:LineTable
692 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
694 if (!LineTable) { in verifyDebugLineStmtOffsets()
703 assert(LineTable == nullptr); in verifyDebugLineStmtOffsets()
727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
730 if (!LineTable) in verifyDebugLineRows()
734 uint32_t MaxFileIndex = LineTable->Prologue.FileNames.size(); in verifyDebugLineRows()
735 uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size(); in verifyDebugLineRows()
738 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows()
752 const bool HasFullPath = LineTable->getFileNameByIndex( in verifyDebugLineRows()
774 for (const auto &Row : LineTable->Rows) { in verifyDebugLineRows()
786 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()