Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp117 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() function in FunctionCaller
120 return WriteFunctionArguments(exe_ctx, args_addr_ref, m_arg_values, in WriteFunctionArguments()
127 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() function in FunctionCaller
220 if (!WriteFunctionArguments(exe_ctx, args_addr_ref, diagnostic_manager)) in InsertFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h164 bool WriteFunctionArguments(ExecutionContext &exe_ctx,
190 bool WriteFunctionArguments(ExecutionContext &exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp166 m_print_object_caller_up->WriteFunctionArguments( in GetObjectDescription()
H A DAppleObjCTrampolineHandler.cpp831 if (!impl_function_caller->WriteFunctionArguments( in SetupDispatchFunction()
H A DAppleObjCRuntimeV2.cpp1407 if (get_class_info_function->WriteFunctionArguments( in UpdateISAToDescriptorMapDynamic()
1657 if (get_shared_cache_class_info_function->WriteFunctionArguments( in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1220 if (!do_dlopen_function->WriteFunctionArguments(exe_ctx, in DoLoadImage()