Searched refs:RightRedZoneTy (Results 1 – 2 of 2) 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()
2110 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals() local2112 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); in InstrumentGlobals()2114 NewTy, G->getInitializer(), Constant::getNullValue(RightRedZoneTy)); in InstrumentGlobals()