Searched refs:arg_byte_size (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 219 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 222 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 225 sp += arg_byte_size; in GetArgumentValues()
|
H A D | ABISysV_arm64.cpp | 191 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 194 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 197 sp += arg_byte_size; in GetArgumentValues()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1514 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 1517 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1520 sp += arg_byte_size; in GetArgumentValues()
|
H A D | ABISysV_arm.cpp | 1496 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 1499 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1502 sp += arg_byte_size; in GetArgumentValues()
|