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

References

lib/IR/DataLayout.cpp
  330       case 'i': AlignType = INTEGER_ALIGN; break;
  331       case 'v': AlignType = VECTOR_ALIGN; break;
  332       case 'f': AlignType = FLOAT_ALIGN; break;
  333       case 'a': AlignType = AGGREGATE_ALIGN; break;
  339       if (AlignType == AGGREGATE_ALIGN && Size != 0)
  349       if (AlignType != AGGREGATE_ALIGN && !ABIAlign)
  371       setAlignment(AlignType, assumeAligned(ABIAlign), assumeAligned(PrefAlign),