Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:SizeSoFar

1743   uint64_t SizeSoFar = 0;
1751 SizeSoFar += FieldSize + PadSize;
1761 assert(SizeSoFar == Layout->getSizeInBytes() &&