reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
477 StartAlignment = DL.getABITypeAlignment(GV->getType()); 482 const StructLayout &Layout = *DL.getStructLayout(STy); 501 if (NewAlign > Align(DL.getABITypeAlignment(STy->getElementType(i)))) 505 uint64_t Size = DL.getTypeAllocSizeInBits(NGV->getValueType()); 515 uint64_t EltSize = DL.getTypeAllocSize(ElTy); 516 Align EltAlign(DL.getABITypeAlignment(ElTy)); 517 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy);