Searched refs:RightRedZoneTy (Results 1 – 1 of 1) sorted by relevance
1458 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals() local1460 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, nullptr); in InstrumentGlobals()1463 Constant::getNullValue(RightRedZoneTy), nullptr); in InstrumentGlobals()