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

References

lib/IR/DataLayout.cpp
  171     {AGGREGATE_ALIGN, 0, Align(1), Align(8)}   // struct
  333       case 'a': AlignType = AGGREGATE_ALIGN; break;
  339       if (AlignType == AGGREGATE_ALIGN && Size != 0)
  349       if (AlignType != AGGREGATE_ALIGN && !ABIAlign)
  725     const Align Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);