Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h452 using ModuleCacheKey = std::pair<std::string, std::string>; variable
461 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey()
463 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey()
465 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue()
469 static bool isEqual(const ModuleCacheKey &LHS, const ModuleCacheKey &RHS) { in isEqual()
474 llvm::DenseMap<ModuleCacheKey, ModuleSpec, ModuleCacheInfo>
H A DProcessGDBRemote.cpp4296 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec()
4329 m_cached_module_specs[ModuleCacheKey(spec.GetPath(), in PrefetchModuleSpecs()
4332 m_cached_module_specs[ModuleCacheKey(spec.GetFileSpec().GetPath(), in PrefetchModuleSpecs()