Searched refs:RightRedZoneTy (Results 1 – 1 of 1) sorted by relevance
2294 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals() local2296 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); in InstrumentGlobals()2298 NewTy, G->getInitializer(), Constant::getNullValue(RightRedZoneTy)); in InstrumentGlobals()