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

References

tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  841       for (uint32_t idx = 0; idx < num_children; idx++) {
  841       for (uint32_t idx = 0; idx < num_children; idx++) {
  846         CompilerType field_compiler_type = aggregate_compiler_types[idx];
  848         uint32_t field_byte_offset = aggregate_field_offsets[idx];
  903               if (idx == num_children - 1) {
  907                     aggregate_compiler_types[idx + 1];
  920               if (idx == 0) {
  924                     aggregate_compiler_types[idx - 1];