reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
566 if (entry.Begin != lastEnd) { 567 auto paddingSize = entry.Begin - lastEnd; 576 if (!packed && !entry.Begin.isMultipleOf( 578 CGM.getDataLayout().getABITypeAlignment(entry.Type)))) 581 elts.push_back(entry.Type); 583 lastEnd = entry.Begin + getTypeAllocSize(CGM, entry.Type); 583 lastEnd = entry.Begin + getTypeAllocSize(CGM, entry.Type); 584 assert(entry.End <= lastEnd);