Searched refs:ModuleCacheKey (Results 1 – 2 of 2) sorted by relevance
438 using ModuleCacheKey = std::pair<std::string, std::string>; variable447 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey()449 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey()451 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue()455 static bool isEqual(const ModuleCacheKey &LHS, const ModuleCacheKey &RHS) { in isEqual()460 llvm::DenseMap<ModuleCacheKey, ModuleSpec, ModuleCacheInfo>
3970 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec()4002 m_cached_module_specs[ModuleCacheKey(spec.GetPath(), in PrefetchModuleSpecs()4005 m_cached_module_specs[ModuleCacheKey(spec.GetFileSpec().GetPath(), in PrefetchModuleSpecs()