Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp32 const char *AppleGetItemInfoHandler::g_get_item_info_function_code = member in AppleGetItemInfoHandler
116 // source above in g_get_item_info_function_code) if we don't find that
145 if (g_get_item_info_function_code != nullptr) { in SetupGetItemInfoFunction()
147 g_get_item_info_function_code, g_get_item_info_function_name, in SetupGetItemInfoFunction()
H A DAppleGetItemInfoHandler.h99 static const char *g_get_item_info_function_code; variable