Home
last modified time | relevance | path

Searched refs:CurrentLoadedOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h739 SourceLocation::UIntTy CurrentLoadedOffset; variable
1369 (Start.getOffset() >= CurrentLoadedOffset &&
1392 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1393 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1693 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1694 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1862 return SLocOffset < CurrentLoadedOffset; in isLocalOffset()
1866 return SLocOffset >= CurrentLoadedOffset; in isLoadedOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp350 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
457 if (CurrentLoadedOffset < TotalSize || in AllocateLoadedSLocEntries()
458 CurrentLoadedOffset - TotalSize < NextLocalOffset) { in AllocateLoadedSLocEntries()
464 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
467 return std::make_pair(BaseID, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
607 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
667 NextLocalOffset + Length + 1 > CurrentLoadedOffset) { in createExpansionLocImpl()
864 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2132 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2271 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()