reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2274 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); 2277 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); 2277 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); 2278 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); 2369 ConstantInt::get(IntptrTy, SizeInBytes), 2370 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize),