Lines Matching refs:LoadedSLocEntryTable
339 LoadedSLocEntryTable.clear(); in clearIDTables()
376 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I) in initializeForReplay()
449 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
461 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
462 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
464 int ID = LoadedSLocEntryTable.size(); in AllocateLoadedSLocEntries()
501 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
607 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
609 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
668 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createExpansionLocImpl()
670 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl()
877 unsigned LessIndex = LoadedSLocEntryTable.size(); in getFileIDLoaded()
2161 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2226 for (unsigned Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in dump()
2229 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2230 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
2277 for (size_t Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in noteSLocAddressSpaceUsage()
2350 + llvm::capacity_in_bytes(LoadedSLocEntryTable) in getDataStructureSizes()