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

References

lib/IR/DataLayout.cpp
  463   bool Ret = BigEndian == Other.BigEndian &&
  464              AllocaAddrSpace == Other.AllocaAddrSpace &&
  465              StackNaturalAlign == Other.StackNaturalAlign &&
  466              ProgramAddrSpace == Other.ProgramAddrSpace &&
  467              FunctionPtrAlign == Other.FunctionPtrAlign &&
  468              TheFunctionPtrAlignType == Other.TheFunctionPtrAlignType &&
  469              ManglingMode == Other.ManglingMode &&
  470              LegalIntWidths == Other.LegalIntWidths &&
  471              Alignments == Other.Alignments && Pointers == Other.Pointers;
  471              Alignments == Other.Alignments && Pointers == Other.Pointers;