Searched refs:ModuleCacheKey (Results 1 – 2 of 2) sorted by relevance
431 using ModuleCacheKey = std::pair<std::string, std::string>; variable440 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey()442 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey()444 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue()448 static bool isEqual(const ModuleCacheKey &LHS, const ModuleCacheKey &RHS) { in isEqual()453 llvm::DenseMap<ModuleCacheKey, ModuleSpec, ModuleCacheInfo>
4211 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec()4243 m_cached_module_specs[ModuleCacheKey(spec.GetPath(), in PrefetchModuleSpecs()4246 m_cached_module_specs[ModuleCacheKey(spec.GetFileSpec().GetPath(), in PrefetchModuleSpecs()