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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1458 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); local
1460 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, nullptr);
1463 Constant::getNullValue(RightRedZoneTy), nullptr);

Completed in 62 milliseconds