Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h907 const std::unique_ptr<ModuleCache> m_module_cache; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp393 m_module_cache(std::make_unique<ModuleCache>()) { in Platform()
1629 auto error = m_module_cache->GetAndPut( in GetCachedSharedModule()