Home
last modified time | relevance | path

Searched refs:field_bit_width (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp709 llvm::Optional<uint64_t> field_bit_width = in GetReturnValueObjectImpl() local
711 if (!field_bit_width) in GetReturnValueObjectImpl()
715 if (field_bit_offset % *field_bit_width != 0) { in GetReturnValueObjectImpl()
720 uint32_t field_byte_width = *field_bit_width / 8; in GetReturnValueObjectImpl()
753 if (*field_bit_width == 128) { in GetReturnValueObjectImpl()
756 } else if (*field_bit_width == 64) { in GetReturnValueObjectImpl()
759 } else if (*field_bit_width == 32) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1631 llvm::Optional<uint64_t> field_bit_width = in GetReturnValueObjectImpl() local
1636 if (!field_bit_width || *field_bit_width == 0) in GetReturnValueObjectImpl()
1640 if (field_bit_offset % *field_bit_width != 0) { in GetReturnValueObjectImpl()
1645 uint32_t field_byte_width = *field_bit_width / 8; in GetReturnValueObjectImpl()
1678 if (*field_bit_width == 128) { in GetReturnValueObjectImpl()
1681 } else if (*field_bit_width == 64) { in GetReturnValueObjectImpl()
1690 } else if (*field_bit_width == 32) { in GetReturnValueObjectImpl()