Lines Matching refs:CurrentLoadedOffset
358 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
469 if (CurrentLoadedOffset < TotalSize || in AllocateLoadedSLocEntries()
470 CurrentLoadedOffset - TotalSize < NextLocalOffset) { in AllocateLoadedSLocEntries()
476 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
480 return std::make_pair(BaseID, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
620 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
681 NextLocalOffset + Length + 1 > CurrentLoadedOffset) { in createExpansionLocImpl()
879 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
1859 NextLocalOffset + (MaxLoadedOffset - CurrentLoadedOffset); in updateSlocUsageStats()
2171 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2310 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()