Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetPendingItemsHandler.cpp32 const char *AppleGetPendingItemsHandler::g_get_pending_items_function_code = member in AppleGetPendingItemsHandler
149 if (g_get_pending_items_function_code != nullptr) { in SetupGetPendingItemsFunction()
151 g_get_pending_items_function_code, in SetupGetPendingItemsFunction()
H A DAppleGetPendingItemsHandler.h103 static const char *g_get_pending_items_function_code; variable