Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h933 const std::unique_ptr<ModuleCache> m_module_cache; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp391 m_module_cache(llvm::make_unique<ModuleCache>()) { in Platform()
1652 auto error = m_module_cache->GetAndPut( in GetCachedSharedModule()