Searched refs:g_dispatch_functions (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h138 static const DispatchFunction g_dispatch_functions[]; member in class:lldb_private::AppleObjCTrampolineHandler
142 // g_dispatch_functions
H A DAppleObjCTrampolineHandler.cpp619 AppleObjCTrampolineHandler::g_dispatch_functions[] = { member in class:AppleObjCTrampolineHandler
732 // complicated than this we can turn the g_dispatch_functions char *
736 for (size_t i = 0; i != llvm::array_lengthof(g_dispatch_functions); i++) {
737 ConstString name_const_str(g_dispatch_functions[i].name);
742 // FIXME: Make g_dispatch_functions static table of
865 this_dispatch = g_dispatch_functions[(*pos).second];

Completed in 55 milliseconds