Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetQueuesHandler.cpp32 const char *AppleGetQueuesHandler::g_get_current_queues_function_code = member in AppleGetQueuesHandler
117 // g_get_current_queues_function_code will return by value so we can extract
129 // the source above in g_get_current_queues_function_code) if we don't find
162 if (g_get_current_queues_function_code != nullptr) { in SetupGetQueuesFunction()
164 g_get_current_queues_function_code, in SetupGetQueuesFunction()
H A DAppleGetQueuesHandler.h96 static const char *g_get_current_queues_function_code; variable