Lines Matching refs:LoadedSLocEntryTable

338   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()
463 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
465 int BaseID = -int(LoadedSLocEntryTable.size()) - 1; in AllocateLoadedSLocEntries()
503 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
598 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
600 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
659 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createExpansionLocImpl()
661 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl()
2128 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2130 << llvm::capacity_in_bytes(LoadedSLocEntryTable) in PrintStats()
2195 for (unsigned Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in dump()
2198 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2199 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
2246 for (size_t Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in noteSLocAddressSpaceUsage()
2319 llvm::capacity_in_bytes(LoadedSLocEntryTable) + in getDataStructureSizes()