Searched refs:RightRedZoneTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1075 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); local
1077 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, NULL);
1080 Constant::getNullValue(RightRedZoneTy), NULL);

Completed in 187 milliseconds