Searched refs:RoundUpAlignment (Results 1 – 3 of 3) sorted by relevance
240 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty)); in getTypeAllocSize()304 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) { in RoundUpAlignment() function
57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign); in StructLayout()72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment); in StructLayout()
99 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock), in Create()