reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 2131       if (!base_byte_size)
 2143         if (*base_byte_size > reg_info->byte_size)
 2152         if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) {
 2154               reg_info, heap_data_up->GetBytes() + data_offset, *base_byte_size,
 2156           if (bytes_copied != *base_byte_size)