Lines Matching refs:LocalSLocEntryTable
338 LocalSLocEntryTable.clear(); in clearIDTables()
621 LocalSLocEntryTable.push_back( in createFileIDImpl()
630 FileID FID = FileID::get(LocalSLocEntryTable.size()-1); in createFileIDImpl()
674 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl()
806 unsigned GreaterIndex = LocalSLocEntryTable.size(); in getFileIDLocal()
809 if (LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) in getFileIDLocal()
819 assert(GreaterIndex < LocalSLocEntryTable.size()); in getFileIDLocal()
820 if (LocalSLocEntryTable[GreaterIndex].getOffset() <= SLocOffset) { in getFileIDLocal()
847 if (MiddleIndex + 1 == LocalSLocEntryTable.size() || in getFileIDLocal()
2157 llvm::errs() << LocalSLocEntryTable.size() << " local SLocEntry's allocated (" in PrintStats()
2158 << llvm::capacity_in_bytes(LocalSLocEntryTable) in PrintStats()
2219 for (unsigned ID = 0, NumIDs = LocalSLocEntryTable.size(); ID != NumIDs; ++ID) { in dump()
2220 DumpSLocEntry(ID, LocalSLocEntryTable[ID], in dump()
2222 : LocalSLocEntryTable[ID + 1].getOffset()); in dump()
2281 for (size_t Index = 0; Index != LocalSLocEntryTable.size(); ++Index) { in noteSLocAddressSpaceUsage()
2349 + llvm::capacity_in_bytes(LocalSLocEntryTable) in getDataStructureSizes()