Home
last modified time | relevance | path

Searched refs:GetScalar (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp913 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
932 argument_values.GetValueAtIndex(sel_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
947 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()
950 if (super_value.GetScalar().IsValid()) { in GetStepThroughDispatchPlan()
954 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()
956 if (super_value.GetScalar().IsValid()) in GetStepThroughDispatchPlan()
957 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
973 super_value.GetScalar() += process_sp->GetAddressByteSize(); in GetStepThroughDispatchPlan()
976 if (super_value.GetScalar().IsValid()) { in GetStepThroughDispatchPlan()
977 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
[all …]
H A DAppleObjCRuntimeV2.cpp2116 arguments.GetValueAtIndex(index++)->GetScalar() = in UpdateISAToDescriptorMap()
2118 arguments.GetValueAtIndex(index++)->GetScalar() = class_infos_addr; in UpdateISAToDescriptorMap()
2119 arguments.GetValueAtIndex(index++)->GetScalar() = class_infos_byte_size; in UpdateISAToDescriptorMap()
2122 arguments.GetValueAtIndex(index++)->GetScalar() = class_buffer_addr; in UpdateISAToDescriptorMap()
2123 arguments.GetValueAtIndex(index++)->GetScalar() = class_buffer_byte_size; in UpdateISAToDescriptorMap()
2131 arguments.GetValueAtIndex(index++)->GetScalar() = dump_log ? 1 : 0; in UpdateISAToDescriptorMap()
2154 return_value.GetScalar() = 0; in UpdateISAToDescriptorMap()
2164 num_class_infos = return_value.GetScalar().ULong(); in UpdateISAToDescriptorMap()
2359 arguments.GetValueAtIndex(0)->GetScalar() = objc_opt_ptr; in UpdateISAToDescriptorMap()
2360 arguments.GetValueAtIndex(1)->GetScalar() = shared_cache_base_addr; in UpdateISAToDescriptorMap()
[all …]
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectMemory.cpp66 m_value.GetScalar() = load_address; in ValueObjectMemory()
71 m_value.GetScalar() = file_address; in ValueObjectMemory()
73 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
96 m_value.GetScalar() = load_address; in ValueObjectMemory()
101 m_value.GetScalar() = file_address; in ValueObjectMemory()
103 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
204 m_value.GetScalar() = load_addr; in UpdateValue()
213 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue()
H A DValueObjectChild.cpp112 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue()
121 m_value.GetScalar() = parent->GetPointerValue().address; in UpdateValue()
151 lldb::addr_t addr = m_value.GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in UpdateValue()
183 m_value.GetScalar() += m_byte_offset; in UpdateValue()
190 Scalar scalar(m_value.GetScalar()); in UpdateValue()
192 m_value.GetScalar() = scalar; in UpdateValue()
H A DValueObjectCast.cpp78 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue()
H A DValueObjectConstResult.cpp76 m_value.GetScalar() = (uintptr_t)m_data.GetDataStart(); in ValueObjectConstResult()
117 m_value.GetScalar() = (uintptr_t)data_sp->GetBytes(); in ValueObjectConstResult()
144 m_value.GetScalar() = address; in ValueObjectConstResult()
146 m_value.GetScalar().GetData(m_data, addr_byte_size); in ValueObjectConstResult()
H A DValueObjectDynamicValue.cpp257 m_value.GetScalar() = (uint64_t)local_buffer.data(); in UpdateValue()
265 m_value.GetScalar() = load_address; in UpdateValue()
295 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue()
H A DValueObjectVariable.cpp229 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue()
238 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue()
H A DValueObjectVTable.cpp90 m_value.GetScalar() = vtable_entry_addr; in UpdateValue()
255 m_value.GetScalar() = parent->GetAddressOf().address; in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp173 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, in GetArgumentValues()
176 ReadIntegerArgument(value->GetScalar(), *bit_size, false, in GetArgumentValues()
303 value.GetScalar() = (int64_t)raw_value; in GetReturnValueObjectImpl()
305 value.GetScalar() = (uint64_t)raw_value; in GetReturnValueObjectImpl()
309 value.GetScalar() = (int32_t)( in GetReturnValueObjectImpl()
313 value.GetScalar() = (uint32_t)( in GetReturnValueObjectImpl()
319 value.GetScalar() = (int16_t)( in GetReturnValueObjectImpl()
323 value.GetScalar() = (uint16_t)( in GetReturnValueObjectImpl()
329 value.GetScalar() = (int8_t)( in GetReturnValueObjectImpl()
333 value.GetScalar() = (uint8_t)( in GetReturnValueObjectImpl()
[all …]
H A DABISysV_i386.cpp190 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, in GetArgumentValues()
193 ReadIntegerArgument(value->GetScalar(), *bit_size, false, in GetArgumentValues()
388 value.GetScalar() = ptr; in GetReturnValueObjectSimple()
423 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectSimple()
425 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectSimple()
431 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
433 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
439 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
441 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
447 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
[all …]
H A DABIWindows_x86_64.cpp285 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues()
289 ReadIntegerArgument(value->GetScalar(), *bit_size, false, thread, in GetArgumentValues()
434 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectSimple()
436 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectSimple()
442 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
444 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
450 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
452 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
458 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
460 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
[all …]
H A DABISysV_x86_64.cpp280 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues()
284 ReadIntegerArgument(value->GetScalar(), *bit_size, false, thread, in GetArgumentValues()
428 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectSimple()
430 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectSimple()
436 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
438 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
444 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
446 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
452 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
454 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp366 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues()
370 ReadIntegerArgument(value->GetScalar(), *bit_size, false, thread, in GetArgumentValues()
512 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectSimple()
514 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectSimple()
520 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
522 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
528 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
530 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
536 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
538 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp202 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
220 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues()
655 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectImpl()
657 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectImpl()
663 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectImpl()
665 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectImpl()
671 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectImpl()
673 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectImpl()
679 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectImpl()
681 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectImpl()
[all …]
H A DABISysV_arm64.cpp242 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
261 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues()
696 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectImpl()
698 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectImpl()
704 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectImpl()
706 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectImpl()
712 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectImpl()
714 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectImpl()
720 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectImpl()
722 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp820 value.GetScalar() = (int64_t)raw_value; in GetReturnValueObjectImpl()
822 value.GetScalar() = (uint64_t)raw_value; in GetReturnValueObjectImpl()
826 value.GetScalar() = (int32_t)( in GetReturnValueObjectImpl()
829 value.GetScalar() = (uint32_t)( in GetReturnValueObjectImpl()
834 value.GetScalar() = (int16_t)( in GetReturnValueObjectImpl()
837 value.GetScalar() = (uint16_t)( in GetReturnValueObjectImpl()
842 value.GetScalar() = (int8_t)( in GetReturnValueObjectImpl()
845 value.GetScalar() = (uint8_t)( in GetReturnValueObjectImpl()
853 value.GetScalar() = ptr; in GetReturnValueObjectImpl()
873 value.GetScalar() = *((float *)(&raw_value)); in GetReturnValueObjectImpl()
[all …]
H A DABISysV_mips64.cpp782 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectImpl()
784 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectImpl()
790 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectImpl()
792 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectImpl()
798 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectImpl()
800 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectImpl()
806 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectImpl()
808 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectImpl()
819 value.GetScalar() = *((float *)(&raw_value)); in GetReturnValueObjectImpl()
823 value.GetScalar() = *((double *)(&raw_value)); in GetReturnValueObjectImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp282 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues()
286 ReadIntegerArgument(value->GetScalar(), *bit_size, false, thread, in GetArgumentValues()
603 value_sp->GetScalar() = (int64_t)(raw_value); in GetIntegerValue()
605 value_sp->GetScalar() = (uint64_t)(raw_value); in GetIntegerValue()
610 value_sp->GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetIntegerValue()
612 value_sp->GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetIntegerValue()
617 value_sp->GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetIntegerValue()
619 value_sp->GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetIntegerValue()
624 value_sp->GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetIntegerValue()
626 value_sp->GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetIntegerValue()
[all …]
H A DABISysV_ppc.cpp404 ReadIntegerArgument(value->GetScalar(), *bit_size, is_signed, thread, in GetArgumentValues()
408 ReadIntegerArgument(value->GetScalar(), *bit_size, false, thread, in GetArgumentValues()
540 value.GetScalar() = (int64_t)(raw_value); in GetReturnValueObjectSimple()
542 value.GetScalar() = (uint64_t)(raw_value); in GetReturnValueObjectSimple()
548 value.GetScalar() = (int32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
550 value.GetScalar() = (uint32_t)(raw_value & UINT32_MAX); in GetReturnValueObjectSimple()
556 value.GetScalar() = (int16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
558 value.GetScalar() = (uint16_t)(raw_value & UINT16_MAX); in GetReturnValueObjectSimple()
564 value.GetScalar() = (int8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
566 value.GetScalar() = (uint8_t)(raw_value & UINT8_MAX); in GetReturnValueObjectSimple()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp111 if (reg_value.GetScalarValue(value.GetScalar())) { in ReadRegisterValueAsScalar()
873 void *src = (void *)stack.back().GetScalar().ULongLong(); in Evaluate_DW_OP_deref()
876 stack.back().GetScalar() = ptr; in Evaluate_DW_OP_deref()
880 auto file_addr = stack.back().GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in Evaluate_DW_OP_deref()
886 stack.back().GetScalar() = *maybe_load_addr; in Evaluate_DW_OP_deref()
900 stack.back().GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in Evaluate_DW_OP_deref()
913 stack.back().GetScalar() = pointer_value; in Evaluate_DW_OP_deref()
1113 void *src = (void *)stack.back().GetScalar().ULongLong(); in Evaluate()
1149 stack.back().GetScalar() = ptr; in Evaluate()
1154 stack.back().GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in Evaluate()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1475 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
1493 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues()
1583 value.GetScalar() = (int64_t)raw_value; in GetReturnValueObjectImpl()
1585 value.GetScalar() = (uint64_t)raw_value; in GetReturnValueObjectImpl()
1589 value.GetScalar() = (int32_t)( in GetReturnValueObjectImpl()
1592 value.GetScalar() = (uint32_t)( in GetReturnValueObjectImpl()
1597 value.GetScalar() = (int16_t)( in GetReturnValueObjectImpl()
1600 value.GetScalar() = (uint16_t)( in GetReturnValueObjectImpl()
1605 value.GetScalar() = (int8_t)( in GetReturnValueObjectImpl()
1608 value.GetScalar() = (uint8_t)( in GetReturnValueObjectImpl()
[all …]
H A DABIMacOSX_arm.cpp1494 if (!reg_value.GetScalarValue(value->GetScalar())) in GetArgumentValues()
1512 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues()
1635 value.GetScalar() = (int64_t)raw_value; in GetReturnValueObjectImpl()
1637 value.GetScalar() = (uint64_t)raw_value; in GetReturnValueObjectImpl()
1641 value.GetScalar() = (int32_t)( in GetReturnValueObjectImpl()
1644 value.GetScalar() = (uint32_t)( in GetReturnValueObjectImpl()
1649 value.GetScalar() = (int16_t)( in GetReturnValueObjectImpl()
1652 value.GetScalar() = (uint16_t)( in GetReturnValueObjectImpl()
1657 value.GetScalar() = (int8_t)( in GetReturnValueObjectImpl()
1660 value.GetScalar() = (uint8_t)( in GetReturnValueObjectImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp468 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetReturnValueObjectSimple()
477 value.GetScalar() = reg_ctx->ReadRegisterAsUnsigned(reg_info_r0, 0); in GetReturnValueObjectSimple()
493 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetReturnValueObjectSimple()
525 value.GetScalar() = 0; in GetReturnValueObjectImpl()
536 if (!SetSizedInteger(value.GetScalar(), raw_value, byte_size, is_signed)) in GetReturnValueObjectImpl()
543 value.GetScalar() = reg_ctx->ReadRegisterAsUnsigned(reg_info_r0, 0); in GetReturnValueObjectImpl()
551 if (!SetSizedFloat(value.GetScalar(), raw_value, byte_size)) in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h113 const Scalar &GetScalar() const { return m_value; } in GetScalar() function
116 Scalar &GetScalar() { return m_value; } in GetScalar() function

12