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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2674                 this_field_info.bit_offset = field_bit_offset;
 2675                 this_field_info.bit_size = bit_size;
 2694                   this_field_info.bit_offset = data_bit_offset;
 2701                     this_field_info.bit_offset += byte_size.getValueOr(0) * 8;
 2702                     this_field_info.bit_offset -= (bit_offset + bit_size);
 2704                     this_field_info.bit_offset += bit_offset;
 2708                 if ((this_field_info.bit_offset >= parent_bit_size) ||
 2710                         this_field_info.bit_offset)) {
 2718                       this_field_info.bit_offset,
 2720                   this_field_info.Clear();
 2725                 field_bit_offset = this_field_info.bit_offset;
 2767                   if ((this_field_info.bit_offset % character_width) !=
 2776                     if (this_field_info.bit_offset != last_field_end) {
 2778                           (this_field_info.bit_offset - last_field_end >=
 2782                             this_field_info.bit_offset % character_width;
 2784                             this_field_info.bit_offset -
 2789                             this_field_info.bit_offset - last_field_end;
 2807                 last_field_info = this_field_info;