Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DFunctionCaller.h152 bool WriteFunctionArguments(ExecutionContext &exe_ctx,
176 bool WriteFunctionArguments(ExecutionContext &exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp131 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() function in FunctionCaller
134 return WriteFunctionArguments(exe_ctx, args_addr_ref, m_arg_values, in WriteFunctionArguments()
141 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() function in FunctionCaller
245 if (!WriteFunctionArguments(exe_ctx, args_addr_ref, diagnostic_manager)) in InsertFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp203 if (!get_item_info_caller->WriteFunctionArguments( in SetupGetItemInfoFunction()
H A DAppleGetPendingItemsHandler.cpp198 if (!get_pending_items_caller->WriteFunctionArguments( in SetupGetPendingItemsFunction()
H A DAppleGetQueuesHandler.cpp205 if (!get_queues_caller->WriteFunctionArguments( in SetupGetQueuesFunction()
H A DAppleGetThreadItemInfoHandler.cpp205 if (!get_thread_item_info_caller->WriteFunctionArguments( in SetupGetThreadItemInfoFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp184 m_print_object_caller_up->WriteFunctionArguments( in GetObjectDescription()
H A DAppleObjCTrampolineHandler.cpp762 if (!impl_function_caller->WriteFunctionArguments( in SetupDispatchFunction()
H A DAppleObjCRuntimeV2.cpp1994 if (get_class_info_function->WriteFunctionArguments( in UpdateISAToDescriptorMap()
2229 if (get_shared_cache_class_info_function->WriteFunctionArguments( in UpdateISAToDescriptorMap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp332 if (!invocation->WriteFunctionArguments(context, injected_parameters, in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp848 if (!do_dlopen_function->WriteFunctionArguments(exe_ctx, in DoLoadImage()