Searched refs:ModuleCacheKey (Results 1 – 2 of 2) sorted by relevance
435 using ModuleCacheKey = std::pair<std::string, std::string>; variable444 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey()446 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey()448 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue()452 static bool isEqual(const ModuleCacheKey &LHS, const ModuleCacheKey &RHS) { in isEqual()457 llvm::DenseMap<ModuleCacheKey, ModuleSpec, ModuleCacheInfo>
4287 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec()4319 m_cached_module_specs[ModuleCacheKey(spec.GetPath(), in PrefetchModuleSpecs()4322 m_cached_module_specs[ModuleCacheKey(spec.GetFileSpec().GetPath(), in PrefetchModuleSpecs()