Searched refs:RightRedzoneSize (Results 1 – 1 of 1) sorted by relevance
2415 const uint64_t RightRedzoneSize = getRedzoneSizeForGlobal(SizeInBytes); in InstrumentGlobals() local2416 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals()2504 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()