Searched refs:arg_byte_size (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 218 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 221 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 224 sp += arg_byte_size; in GetArgumentValues()
|
| H A D | ABISysV_arm64.cpp | 190 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 193 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 196 sp += arg_byte_size; in GetArgumentValues()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1410 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 1413 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1416 sp += arg_byte_size; in GetArgumentValues()
|
| H A D | ABISysV_arm.cpp | 1391 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local 1394 sp, arg_byte_size, is_signed, value->GetScalar(), error)) in GetArgumentValues() 1397 sp += arg_byte_size; in GetArgumentValues()
|