Home
last modified time | relevance | path

Searched refs:base_byte_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1706 std::optional<uint64_t> base_byte_size = base_type.GetByteSize(&thread); in GetReturnValueObjectImpl() local
1708 if (base_byte_size && in GetReturnValueObjectImpl()
1709 (*base_byte_size == 8 || *base_byte_size == 16)) { in GetReturnValueObjectImpl()
1712 vfp_count = (*base_byte_size == 8 ? homogeneous_count in GetReturnValueObjectImpl()
1718 if (base_byte_size) in GetReturnValueObjectImpl()
1719 vfp_byte_size = *base_byte_size; in GetReturnValueObjectImpl()
1734 std::optional<uint64_t> base_byte_size = in GetReturnValueObjectImpl() local
1737 if (index != 0 && base_byte_size && in GetReturnValueObjectImpl()
1738 vfp_byte_size != *base_byte_size) in GetReturnValueObjectImpl()
1740 else if (base_byte_size) in GetReturnValueObjectImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp507 std::optional<uint64_t> base_byte_size = in LoadValueFromConsecutiveGPRRegisters() local
509 if (!base_byte_size) in LoadValueFromConsecutiveGPRRegisters()
521 if (*base_byte_size > reg_info->byte_size) in LoadValueFromConsecutiveGPRRegisters()
530 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters()
533 *base_byte_size, byte_order, error); in LoadValueFromConsecutiveGPRRegisters()
534 if (bytes_copied != *base_byte_size) in LoadValueFromConsecutiveGPRRegisters()
H A DABISysV_arm64.cpp482 std::optional<uint64_t> base_byte_size = in LoadValueFromConsecutiveGPRRegisters() local
484 if (!base_byte_size) in LoadValueFromConsecutiveGPRRegisters()
496 if (*base_byte_size > reg_info->byte_size) in LoadValueFromConsecutiveGPRRegisters()
505 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters()
508 *base_byte_size, byte_order, error); in LoadValueFromConsecutiveGPRRegisters()
509 if (bytes_copied != *base_byte_size) in LoadValueFromConsecutiveGPRRegisters()