Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2309 uint64_t LocalUsage = NextLocalOffset; in noteSLocAddressSpaceUsage() local
2311 int UsagePercent = static_cast<int>(100.0 * double(LocalUsage + LoadedUsage) / in noteSLocAddressSpaceUsage()
2314 << LocalUsage << LoadedUsage << (LocalUsage + LoadedUsage) << UsagePercent; in noteSLocAddressSpaceUsage()