Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h213 ExecuteFunction(ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp335 lldb::ExpressionResults FunctionCaller::ExecuteFunction( in ExecuteFunction() function in FunctionCaller
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp201 ExpressionResults results = m_print_object_caller_up->ExecuteFunction( in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp2143 ExpressionResults results = get_class_info_function->ExecuteFunction( in UpdateISAToDescriptorMap()
2382 get_shared_cache_class_info_function->ExecuteFunction( in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp651 func_call_ret = function_caller->ExecuteFunction(exe_ctx, nullptr, options, in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp893 ExpressionResults results = do_dlopen_function->ExecuteFunction( in DoLoadImage()