Searched refs:ModuleCacheKey (Results 1 – 2 of 2) sorted by relevance
450 using ModuleCacheKey = std::pair<std::string, std::string>; variable459 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey()461 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey()463 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue()467 static bool isEqual(const ModuleCacheKey &LHS, const ModuleCacheKey &RHS) { in isEqual()472 llvm::DenseMap<ModuleCacheKey, ModuleSpec, ModuleCacheInfo>
4246 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec()4278 m_cached_module_specs[ModuleCacheKey(spec.GetPath(), in PrefetchModuleSpecs()4281 m_cached_module_specs[ModuleCacheKey(spec.GetFileSpec().GetPath(), in PrefetchModuleSpecs()