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;
 1051             if (integer_bytes + *field_byte_width + padding <= 8) {
 1055                               padding; // Increase the consumed bytes.
 1061                               padding; // Increase the consumed bytes.
 1067           else if (integer_bytes + *field_byte_width + padding <= 16) {
 1068             integer_bytes = integer_bytes + *field_byte_width + padding;