Home
last modified time | relevance | path

Searched refs:LogFilterChainSP (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.h68 const LogFilterChainSP &filter_chain_sp);
99 LogFilterChainSP m_filter_chain_sp;
DDarwinLogInterfaces.h20 using LogFilterChainSP = std::shared_ptr<LogFilterChain>; variable
DDarwinLogCollector.cpp335 const LogFilterChainSP &GetLogFilterChain() const { in GetLogFilterChain()
342 LogFilterChainSP m_filter_chain_sp;
517 const LogFilterChainSP &filter_chain_sp) in DarwinLogCollector()