Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Layout

137 /// getTargetData - Return information about data layout.
1745 const StructLayout *Layout = TD->getStructLayout(CS->getType());
1752 uint64_t PadSize = ((i == e-1 ? Size : Layout->getElementOffset(i+1))
1753 - Layout->getElementOffset(i)) - FieldSize;
1764 assert(SizeSoFar == Layout->getSizeInBytes() &&
1765 "Layout of constant struct may be incorrect!");