Home | History | Annotate | Download | only in MC

Lines Matching refs:RoundUpToAlignment

385   return RoundUpToAlignment(Size, is64Bit ? 8 : 4);
592 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment());