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/
DFunctionCaller.h152 bool WriteFunctionArguments(ExecutionContext &exe_ctx,
176 bool WriteFunctionArguments(ExecutionContext &exe_ctx,
/openbsd/src/gnu/llvm/lldb/source/Expression/
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/
DAppleGetQueuesHandler.cpp205 if (!get_queues_caller->WriteFunctionArguments( in SetupGetQueuesFunction()
DAppleGetThreadItemInfoHandler.cpp205 if (!get_thread_item_info_caller->WriteFunctionArguments( in SetupGetThreadItemInfoFunction()
DAppleGetItemInfoHandler.cpp203 if (!get_item_info_caller->WriteFunctionArguments( in SetupGetItemInfoFunction()
DAppleGetPendingItemsHandler.cpp198 if (!get_pending_items_caller->WriteFunctionArguments( in SetupGetPendingItemsFunction()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp184 m_print_object_caller_up->WriteFunctionArguments( in GetObjectDescription()
DAppleObjCTrampolineHandler.cpp762 if (!impl_function_caller->WriteFunctionArguments( in SetupDispatchFunction()
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/
DPlatformWindows.cpp332 if (!invocation->WriteFunctionArguments(context, injected_parameters, in DoLoadImage()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp848 if (!do_dlopen_function->WriteFunctionArguments(exe_ctx, in DoLoadImage()