Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.cpp100 : m_process(process), m_get_pending_items_impl_code(), in AppleGetPendingItemsHandler()
147 if (!m_get_pending_items_impl_code) { in SetupGetPendingItemsFunction()
158 m_get_pending_items_impl_code = std::move(*utility_fn_or_error); in SetupGetPendingItemsFunction()
171 m_get_pending_items_impl_code->MakeFunctionCaller( in SetupGetPendingItemsFunction()
179 m_get_pending_items_impl_code.reset(); in SetupGetPendingItemsFunction()
323 m_get_pending_items_impl_code->GetFunctionCaller(); in GetPendingItems()
DAppleGetPendingItemsHandler.h108 std::unique_ptr<UtilityFunction> m_get_pending_items_impl_code; variable