Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp433 argument_values.PushValue(input_value); in RefreshTrampolines()
1064 dispatch_values.PushValue( in GetStepThroughDispatchPlan()
1102 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1108 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1114 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1120 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1125 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1126 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1130 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
1132 dispatch_values.PushValue(flag_value); in GetStepThroughDispatchPlan()
[all …]
H A DAppleObjCRuntimeV2.cpp1655 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1656 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1659 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1664 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1669 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1823 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1824 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1825 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1829 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1833 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
[all …]
H A DAppleObjCRuntime.cpp139 arg_value_list.PushValue(value); in GetObjectDescription()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp299 argument_values.PushValue(return_buffer_ptr_value); in GetItemInfo()
302 argument_values.PushValue(debug_value); in GetItemInfo()
305 argument_values.PushValue(item_value); in GetItemInfo()
311 argument_values.PushValue(page_to_free_value); in GetItemInfo()
314 argument_values.PushValue(page_to_free_size_value); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp302 argument_values.PushValue(return_buffer_ptr_value); in GetPendingItems()
305 argument_values.PushValue(debug_value); in GetPendingItems()
308 argument_values.PushValue(queue_value); in GetPendingItems()
314 argument_values.PushValue(page_to_free_value); in GetPendingItems()
317 argument_values.PushValue(page_to_free_size_value); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp304 argument_values.PushValue(return_buffer_ptr_value); in GetThreadItemInfo()
307 argument_values.PushValue(debug_value); in GetThreadItemInfo()
310 argument_values.PushValue(thread_id_value); in GetThreadItemInfo()
316 argument_values.PushValue(page_to_free_value); in GetThreadItemInfo()
319 argument_values.PushValue(page_to_free_size_value); in GetThreadItemInfo()
H A DAppleGetQueuesHandler.cpp301 argument_values.PushValue(return_buffer_ptr_value); in GetCurrentQueues()
304 argument_values.PushValue(debug_value); in GetCurrentQueues()
310 argument_values.PushValue(page_to_free_value); in GetCurrentQueues()
313 argument_values.PushValue(page_to_free_size_value); in GetCurrentQueues()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp269 argument_values.PushValue(mode_value); in NotifyBreakpointHit()
270 argument_values.PushValue(count_value); in NotifyBreakpointHit()
271 argument_values.PushValue(headers_value); in NotifyBreakpointHit()
H A DDynamicLoaderMacOSXDYLD.cpp367 argument_values.PushValue(input_value); in NotifyBreakpointHit()
368 argument_values.PushValue(input_value); in NotifyBreakpointHit()
372 argument_values.PushValue(input_value); in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp644 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
646 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
647 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
648 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp698 parameters.PushValue(value); // name in MakeLoadImageUtilityFunction()
699 parameters.PushValue(value); // paths in MakeLoadImageUtilityFunction()
702 parameters.PushValue(value); // result in MakeLoadImageUtilityFunction()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h166 void PushValue(const Value &value);
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanTracer.cpp196 value_list.PushValue(value); in Log()
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp665 void ValueList::PushValue(const Value &value) { m_values.push_back(value); } in PushValue() function in ValueList