Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h928 const std::unique_ptr<ModuleCache> m_module_cache; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp279 m_module_cache(std::make_unique<ModuleCache>()) { in Platform()
1590 auto error = m_module_cache->GetAndPut( in GetCachedSharedModule()