Home
last modified time | relevance | path

Searched refs:ModuleCacheKey (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h436 using ModuleCacheKey = std::pair<std::string, std::string>; variable
445 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>
H A DProcessGDBRemote.cpp4007 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()