Lines Matching refs:CacheLookup
692 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
697 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
699 i = CacheLookup.HitIdx; in LookupFile()
700 if (CacheLookup.MappedName) in LookupFile()
701 Filename = CacheLookup.MappedName; in LookupFile()
706 CacheLookup.reset(/*StartIdx=*/i+1); in LookupFile()
720 CacheLookup.MappedName = in LookupFile()
765 CacheLookup.HitIdx = i; in LookupFile()
793 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
794 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
807 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
848 auto &CacheLookup = in LookupSubframeworkHeader() local
853 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
854 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
855 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
856 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
860 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
869 CacheLookup.second.Directory = Dir; in LookupSubframeworkHeader()