Lines Matching refs:LocalSLocEntryTable
337 LocalSLocEntryTable.clear(); in clearIDTables()
612 LocalSLocEntryTable.push_back( in createFileIDImpl()
621 FileID FID = FileID::get(LocalSLocEntryTable.size()-1); in createFileIDImpl()
665 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl()
803 unsigned GreaterIndex = LocalSLocEntryTable.size(); in getFileIDLocal()
806 if (LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) in getFileIDLocal()
816 assert(GreaterIndex < LocalSLocEntryTable.size()); in getFileIDLocal()
817 if (LocalSLocEntryTable[GreaterIndex].getOffset() <= SLocOffset) { in getFileIDLocal()
844 if (MiddleIndex + 1 == LocalSLocEntryTable.size() || in getFileIDLocal()
2124 llvm::errs() << LocalSLocEntryTable.size() << " local SLocEntries allocated (" in PrintStats()
2125 << llvm::capacity_in_bytes(LocalSLocEntryTable) in PrintStats()
2188 for (unsigned ID = 0, NumIDs = LocalSLocEntryTable.size(); ID != NumIDs; ++ID) { in dump()
2189 DumpSLocEntry(ID, LocalSLocEntryTable[ID], in dump()
2191 : LocalSLocEntryTable[ID + 1].getOffset()); in dump()
2250 for (size_t Index = 0; Index != LocalSLocEntryTable.size(); ++Index) { in noteSLocAddressSpaceUsage()
2318 llvm::capacity_in_bytes(LocalSLocEntryTable) + in getDataStructureSizes()