Lines Matching refs:LoadedSLocEntryTable
346 LoadedSLocEntryTable.clear(); in clearIDTables()
384 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I) in initializeForReplay()
461 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
473 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
474 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
475 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
478 int BaseID = -int(LoadedSLocEntryTable.size()) - 1; in AllocateLoadedSLocEntries()
516 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
611 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
613 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
673 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createExpansionLocImpl()
675 LoadedSLocEntryTable[Index] = SLocEntry::get(LoadedOffset, Info); in createExpansionLocImpl()
2167 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2169 << llvm::capacity_in_bytes(LoadedSLocEntryTable) in PrintStats()
2234 for (unsigned Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in dump()
2237 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2238 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
2285 for (size_t Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in noteSLocAddressSpaceUsage()
2358 llvm::capacity_in_bytes(LoadedSLocEntryTable) + in getDataStructureSizes()