Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.cpp140 FunctionCaller *get_pending_items_caller = nullptr; in SetupGetPendingItemsFunction() local
171 get_pending_items_caller = in SetupGetPendingItemsFunction()
175 if (error.Fail() || get_pending_items_caller == nullptr) { in SetupGetPendingItemsFunction()
188 if (get_pending_items_caller == nullptr) { in SetupGetPendingItemsFunction()
198 if (!get_pending_items_caller->WriteFunctionArguments( in SetupGetPendingItemsFunction()
323 FunctionCaller *get_pending_items_caller = in GetPendingItems() local
339 if (get_pending_items_caller == nullptr) { in GetPendingItems()
347 func_call_ret = get_pending_items_caller->ExecuteFunction( in GetPendingItems()