Home
last modified time | relevance | path

Searched defs:arg_byte_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1514 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local
H A DABISysV_arm.cpp1496 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp219 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local
H A DABISysV_arm64.cpp191 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8; in GetArgumentValues() local