Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp524 ValueList argument_values; in RefreshTrampolines() local
533 argument_values.PushValue(input_value); in RefreshTrampolines()
536 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()
935 ValueList argument_values; in GetStepThroughDispatchPlan() local
954 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
955 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
956 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
960 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
961 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
964 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()
[all …]