Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp432 argument_values.PushValue(input_value); in RefreshTrampolines()
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()
1059 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1063 dispatch_values.PushValue( in GetStepThroughDispatchPlan()
1086 dispatch_values.PushValue(sel_ptr_value); in GetStepThroughDispatchPlan()
[all …]
H A DAppleObjCRuntimeV2.cpp1799 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1800 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1803 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1808 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1810 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1813 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1967 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1968 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1969 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1973 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
[all …]
H A DAppleObjCRuntime.cpp143 arg_value_list.PushValue(value); in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp655 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
657 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
658 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
659 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h196 void PushValue(const Value &value);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp197 value_list.PushValue(value); in Log()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp695 void ValueList::PushValue(const Value &value) { m_values.push_back(value); } in PushValue() function in ValueList