Searched refs:MaxBytes (Results 1 – 3 of 3) sorted by relevance
616 void setAlignment(Align A, unsigned MaxBytes) {618 setMaxBytesForAlignment(MaxBytes);625 void setMaxBytesForAlignment(unsigned MaxBytes) {626 MaxBytesForAlignment = MaxBytes;
2727 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument2728 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
3009 unsigned MaxBytes; in alignBlocks() local3011 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()3013 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()3014 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()