Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
899 ValueList argument_values; in GetStepThroughDispatchPlan() local
918 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
919 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
920 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
924 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
925 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
928 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()
[all …]