Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/testutils/
DCMakeLists.txt11 ExecuteFunction.h
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h213 ExecuteFunction(ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr,
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp356 func_call_ret = get_thread_item_info_caller->ExecuteFunction( in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp348 func_call_ret = get_queues_caller->ExecuteFunction( in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp346 func_call_ret = get_pending_items_caller->ExecuteFunction( in GetPendingItems()
DAppleGetItemInfoHandler.cpp350 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp313 lldb::ExpressionResults FunctionCaller::ExecuteFunction( in ExecuteFunction() function in FunctionCaller
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp576 func_call_ret = function_caller->ExecuteFunction(exe_ctx, nullptr, options, in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp194 ExpressionResults results = m_print_object_caller_up->ExecuteFunction( in GetObjectDescription()
DAppleObjCRuntimeV2.cpp1430 ExpressionResults results = get_class_info_function->ExecuteFunction( in UpdateISAToDescriptorMapDynamic()
1712 get_shared_cache_class_info_function->ExecuteFunction( in UpdateISAToDescriptorMapSharedCache()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp910 ExpressionResults results = do_dlopen_function->ExecuteFunction( in DoLoadImage()