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

References

lib/IR/DataLayout.cpp
  709     return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0);
  712     return abi_or_pref ? getPointerABIAlignment(AS)
  716     return getAlignment(cast<ArrayType>(Ty)->getElementType(), abi_or_pref);
  720     if (cast<StructType>(Ty)->isPacked() && abi_or_pref)
  725     const Align Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);
  752                           abi_or_pref, Ty);