Lines Matching refs:CacheLookup
698 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
703 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
705 i = CacheLookup.HitIdx; in LookupFile()
706 if (CacheLookup.MappedName) in LookupFile()
707 Filename = CacheLookup.MappedName; in LookupFile()
712 CacheLookup.reset(/*StartIdx=*/i+1); in LookupFile()
726 CacheLookup.MappedName = in LookupFile()
771 CacheLookup.HitIdx = i; in LookupFile()
798 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
799 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
812 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
852 auto &CacheLookup = in LookupSubframeworkHeader() local
857 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
858 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
859 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
860 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
864 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
873 CacheLookup.second.Directory = Dir; in LookupSubframeworkHeader()