Home
last modified time | relevance | path

Searched refs:GetValueAtIndex (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValueList.cpp43 lldb::SBValue GetValueAtIndex(uint32_t index) { in GetValueAtIndex() function in ValueListImpl
145 SBValue SBValueList::GetValueAtIndex(uint32_t idx) const { in GetValueAtIndex() function in SBValueList
154 sb_value = m_opaque_ap->GetValueAtIndex(idx); in GetValueAtIndex()
H A DSBModule.cpp403 return sb_value_list.GetValueAtIndex(0); in FindFirstGlobalVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp543 error = argument_values.GetValueAtIndex(0)->GetValueAsData(&exe_ctx, data, in RefreshTrampolines()
933 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
950 argument_values.GetValueAtIndex(sel_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
964 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
992 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1016 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1074 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1075 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(sel_index))); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1391 arguments.GetValueAtIndex(0)->GetScalar() = hash_table.GetTableLoadAddress(); in UpdateISAToDescriptorMapDynamic()
1392 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr; in UpdateISAToDescriptorMapDynamic()
1393 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size; in UpdateISAToDescriptorMapDynamic()
1400 arguments.GetValueAtIndex(3)->GetScalar() = dump_log ? 1 : 0; in UpdateISAToDescriptorMapDynamic()
1642 arguments.GetValueAtIndex(0)->GetScalar() = objc_opt_ptr; in UpdateISAToDescriptorMapSharedCache()
1643 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr; in UpdateISAToDescriptorMapSharedCache()
1644 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size; in UpdateISAToDescriptorMapSharedCache()
1650 arguments.GetValueAtIndex(3)->GetScalar() = dump_log ? 1 : 0; in UpdateISAToDescriptorMapSharedCache()
2626 addr_t exception_addr = args.GetValueAtIndex(0)->GetScalar().ULongLong(); in ObjCExceptionRecognizedStackFrame()
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp96 m_input_values.GetValueAtIndex(0)->GetScalar().ULongLong(), in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValueList.h37 lldb::SBValue GetValueAtIndex(uint32_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h69 lldb::OptionValueSP GetValueAtIndex(size_t idx) const { in GetValueAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h129 ValueSP GetValueAtIndex(size_t index) { in GetValueAtIndex() function
217 return m_format_map.GetValueAtIndex(index); in GetAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp138 m_arg_values.GetValueAtIndex(i)->GetCompilerType(); in CompileFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp912 lldb::SBValue value = registers.GetValueAtIndex(i); in Execute()
982 lldb::SBValue value = registers.GetValueAtIndex(i); in GetRegister()
1118 lldb::SBValue value = registers.GetValueAtIndex(i); in Execute()
1189 lldb::SBValue value = registers.GetValueAtIndex(i); in GetRegister()
H A DMICmnLLDBDebugSessionInfo.cpp464 lldb::SBValue value = vwrSBValueList.GetValueAtIndex(i); in MIResponseForVariableInfoInternal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1212 arguments.GetValueAtIndex(0)->GetScalar() = path_addr; in DoLoadImage()
1213 arguments.GetValueAtIndex(1)->GetScalar() = path_array_addr; in DoLoadImage()
1214 arguments.GetValueAtIndex(2)->GetScalar() = buffer_addr; in DoLoadImage()
1215 arguments.GetValueAtIndex(3)->GetScalar() = return_addr; in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp201 value_list.GetValueAtIndex(arg_index)->GetScalar().ULongLong()); in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h262 Value *GetValueAtIndex(size_t idx);
H A DUniqueCStringMap.h80 bool GetValueAtIndex(uint32_t idx, T &value) const { in GetValueAtIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp191 Value *arg_value = arg_values.GetValueAtIndex(i); in WriteFunctionArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp309 value_sp = mem_array->GetValueAtIndex(i); in LoadStateFromDictionary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp371 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp702 Value *ValueList::GetValueAtIndex(size_t idx) { in GetValueAtIndex() function in ValueList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp819 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp393 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp275 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp304 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1258 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1464 Value *value = values.GetValueAtIndex(value_idx); in GetArgumentValues()

12