Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1601 llvm::Optional<uint64_t> base_byte_size = in GetReturnValueObjectImpl() local
1604 if (base_byte_size && in GetReturnValueObjectImpl()
1605 (*base_byte_size == 8 || *base_byte_size == 16)) { in GetReturnValueObjectImpl()
1608 vfp_count = (*base_byte_size == 8 ? homogeneous_count in GetReturnValueObjectImpl()
1614 if (base_byte_size) in GetReturnValueObjectImpl()
1615 vfp_byte_size = *base_byte_size; in GetReturnValueObjectImpl()
1630 llvm::Optional<uint64_t> base_byte_size = in GetReturnValueObjectImpl() local
1633 if (index != 0 && base_byte_size && in GetReturnValueObjectImpl()
1634 vfp_byte_size != *base_byte_size) in GetReturnValueObjectImpl()
1636 else if (base_byte_size) in GetReturnValueObjectImpl()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp515 llvm::Optional<uint64_t> base_byte_size = in LoadValueFromConsecutiveGPRRegisters() local
517 if (!base_byte_size) in LoadValueFromConsecutiveGPRRegisters()
529 if (*base_byte_size > reg_info->byte_size) in LoadValueFromConsecutiveGPRRegisters()
538 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters()
540 reg_info, heap_data_up->GetBytes() + data_offset, *base_byte_size, in LoadValueFromConsecutiveGPRRegisters()
542 if (bytes_copied != *base_byte_size) in LoadValueFromConsecutiveGPRRegisters()
H A DABISysV_arm64.cpp490 llvm::Optional<uint64_t> base_byte_size = in LoadValueFromConsecutiveGPRRegisters() local
492 if (!base_byte_size) in LoadValueFromConsecutiveGPRRegisters()
504 if (*base_byte_size > reg_info->byte_size) in LoadValueFromConsecutiveGPRRegisters()
513 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) { in LoadValueFromConsecutiveGPRRegisters()
515 reg_info, heap_data_up->GetBytes() + data_offset, *base_byte_size, in LoadValueFromConsecutiveGPRRegisters()
517 if (bytes_copied != *base_byte_size) in LoadValueFromConsecutiveGPRRegisters()