Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp423 ValueList argument_values; in RefreshTrampolines() local
432 argument_values.PushValue(input_value); in RefreshTrampolines()
873 ValueList argument_values; in GetStepThroughDispatchPlan() local
894 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
898 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
899 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
900 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
904 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
905 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
908 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()
[all …]