Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1286 uint64_t MinRZ = MinRedzoneSizeForGlobal(); in InstrumentGlobals() local
1290 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()
1293 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()
1294 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()
1310 NewGlobal->setAlignment(MinRZ); in InstrumentGlobals()