Searched refs:ModuleCacheKey (Results 1 – 2 of 2) sorted by relevance
436 using ModuleCacheKey = std::pair<std::string, std::string>; variable445 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey()447 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey()449 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue()453 static bool isEqual(const ModuleCacheKey &LHS, const ModuleCacheKey &RHS) { in isEqual()458 llvm::DenseMap<ModuleCacheKey, ModuleSpec, ModuleCacheInfo>
4007 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec()4039 m_cached_module_specs[ModuleCacheKey(spec.GetPath(), in PrefetchModuleSpecs()4042 m_cached_module_specs[ModuleCacheKey(spec.GetFileSpec().GetPath(), in PrefetchModuleSpecs()