Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h398 std::unique_ptr<llvm::ObjectCache> m_object_cache_ap; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp327 m_object_cache_ap = llvm::make_unique<ObjectDumper>(); in GetRunnableInfo()
328 m_execution_engine_ap->setObjectCache(m_object_cache_ap.get()); in GetRunnableInfo()