Home
last modified time | relevance | path

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

/src/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.cpp1783 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1784 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1787 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1792 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1794 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1797 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1951 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1952 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1953 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
1957 arguments.PushValue(value); in GetClassInfoUtilityFunctionImpl()
[all …]
H A DAppleObjCRuntime.cpp143 arg_value_list.PushValue(value); in GetObjectDescription()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp647 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
649 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
650 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
651 arguments.PushValue(value); in MakeLoadImageUtilityFunction()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h168 void PushValue(const Value &value);
/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp196 value_list.PushValue(value); in Log()
/src/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp682 void ValueList::PushValue(const Value &value) { m_values.push_back(value); } in PushValue() function in ValueList