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

References

tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
 1047           padding = field_byte_offset - integer_bytes;
 1049           if (integer_bytes < 8) {
 1051             if (integer_bytes + *field_byte_width + padding <= 8) {
 1054               integer_bytes = integer_bytes + *field_byte_width +
 1054               integer_bytes = integer_bytes + *field_byte_width +
 1060               integer_bytes = integer_bytes + *field_byte_width +
 1060               integer_bytes = integer_bytes + *field_byte_width +
 1067           else if (integer_bytes + *field_byte_width + padding <= 16) {
 1068             integer_bytes = integer_bytes + *field_byte_width + padding;
 1068             integer_bytes = integer_bytes + *field_byte_width + padding;