reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
604 LongWidth = LongAlign = PointerWidth = PointerAlign = IsX32 ? 32 : 64; 610 SizeType = IsX32 ? UnsignedInt : UnsignedLong; 611 PtrDiffType = IsX32 ? SignedInt : SignedLong; 612 IntPtrType = IsX32 ? SignedInt : SignedLong; 613 IntMaxType = IsX32 ? SignedLongLong : SignedLong; 614 Int64Type = IsX32 ? SignedLongLong : SignedLong; 618 resetDataLayout(IsX32 ? "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-"