Searched refs:MaxBytes (Results 1 – 3 of 3) sorted by relevance
565 void setAlignment(Align A, unsigned MaxBytes) {567 setMaxBytesForAlignment(MaxBytes);574 void setMaxBytesForAlignment(unsigned MaxBytes) {575 MaxBytesForAlignment = MaxBytes;
2530 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument2531 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
2951 unsigned MaxBytes; in alignBlocks() local2953 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()2955 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()2956 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()