Home
last modified time | relevance | path

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 DABIMacOSX_arm64.cpp218 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 DABISysV_arm64.cpp190 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 DABIMacOSX_arm.cpp1410 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 DABISysV_arm.cpp1391 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()