Searched refs:MaxBytes (Results 1 – 3 of 3) sorted by relevance
587 void setAlignment(Align A, unsigned MaxBytes) {589 setMaxBytesForAlignment(MaxBytes);596 void setMaxBytesForAlignment(unsigned MaxBytes) {597 MaxBytesForAlignment = MaxBytes;
2626 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument2627 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
2973 unsigned MaxBytes; in alignBlocks() local2975 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()2977 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()2978 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()