Searched refs:arg_byte_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp191 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; local
194 sp, arg_byte_size, is_signed, value->GetScalar(), error))
197 sp += arg_byte_size;
H A DABIMacOSX_arm64.cpp219 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; local
222 sp, arg_byte_size, is_signed, value->GetScalar(), error))
225 sp += arg_byte_size;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1496 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; local
1499 sp, arg_byte_size, is_signed, value->GetScalar(), error))
1502 sp += arg_byte_size;
H A DABIMacOSX_arm.cpp1514 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; local
1517 sp, arg_byte_size, is_signed, value->GetScalar(), error))
1520 sp += arg_byte_size;

Completed in 90 milliseconds