Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1454 uint64_t RightRedzoneSize = RZ; in InstrumentGlobals() local
1456 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()
1457 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()
1458 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals()
1522 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2106 uint64_t RightRedzoneSize = RZ; in InstrumentGlobals() local
2108 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ); in InstrumentGlobals()
2109 assert(((RightRedzoneSize + SizeInBytes) % MinRZ) == 0); in InstrumentGlobals()
2110 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals()
2191 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()