Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h963 const std::unique_ptr<ModuleCache> m_module_cache; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp241 m_module_cache(std::make_unique<ModuleCache>()) { in Platform()
1699 auto error = m_module_cache->GetAndPut( in GetCachedSharedModule()