Lines Matching refs:LoadedSLocEntryTable
339 LoadedSLocEntryTable.clear(); in clearIDTables()
376 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I) in initializeForReplay()
450 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
460 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
461 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
463 int ID = LoadedSLocEntryTable.size(); in AllocateLoadedSLocEntries()
500 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
601 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
603 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
667 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createExpansionLocImpl()
669 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl()
896 unsigned LessIndex = LoadedSLocEntryTable.size(); in getFileIDLoaded()
2133 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2198 for (unsigned Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in dump()
2201 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2202 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
2234 + llvm::capacity_in_bytes(LoadedSLocEntryTable) in getDataStructureSizes()