Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h229 ExecuteFunction(ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp316 lldb::ExpressionResults FunctionCaller::ExecuteFunction( in ExecuteFunction() function in FunctionCaller
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp592 func_call_ret = function_caller->ExecuteFunction(exe_ctx, nullptr, options, in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp178 ExpressionResults results = m_print_object_caller_up->ExecuteFunction( in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1427 ExpressionResults results = get_class_info_function->ExecuteFunction( in UpdateISAToDescriptorMapDynamic()
1679 get_shared_cache_class_info_function->ExecuteFunction( in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1257 ExpressionResults results = do_dlopen_function->ExecuteFunction( in DoLoadImage()