Searched refs:MaxBytes (Results 1 – 3 of 3) sorted by relevance
534 void setAlignment(Align A, unsigned MaxBytes) {536 setMaxBytesForAlignment(MaxBytes);543 void setMaxBytesForAlignment(unsigned MaxBytes) {544 MaxBytesForAlignment = MaxBytes;
2464 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument2465 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
2939 unsigned MaxBytes; in alignBlocks() local2941 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()2943 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()2944 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()