Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp407 const uint32_t arg_byte_size = (bit_width + (8-1)) / 8; in GetArgumentValues() local
409 …if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetS… in GetArgumentValues()
412 sp += arg_byte_size; in GetArgumentValues()