Home
last modified time | relevance | path

Searched refs:MinRZ (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1344 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals() local
1348 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
1351 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()
1352 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()
1368 NewGlobal->setAlignment(MinRZ); in InstrumentGlobals()