Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetPendingItemsHandler.cpp101 : m_process(process), m_get_pending_items_impl_code(), in AppleGetPendingItemsHandler()
148 if (!m_get_pending_items_impl_code) { in SetupGetPendingItemsFunction()
159 m_get_pending_items_impl_code = std::move(*utility_fn_or_error); in SetupGetPendingItemsFunction()
172 m_get_pending_items_impl_code->MakeFunctionCaller( in SetupGetPendingItemsFunction()
180 m_get_pending_items_impl_code.reset(); in SetupGetPendingItemsFunction()
325 m_get_pending_items_impl_code->GetFunctionCaller(); in GetPendingItems()
H A DAppleGetPendingItemsHandler.h106 std::unique_ptr<UtilityFunction> m_get_pending_items_impl_code; variable