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()
606 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
608 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()
898 unsigned LessIndex = LoadedSLocEntryTable.size(); in getFileIDLoaded()
2135 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2200 for (unsigned Index = 0; Index != LoadedSLocEntryTable.size(); ++Index) { in dump()
2203 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2204 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
2236 + llvm::capacity_in_bytes(LoadedSLocEntryTable) in getDataStructureSizes()