Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2466 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in instrumentGlobals() local
2468 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); in instrumentGlobals()
2470 NewTy, G->getInitializer(), Constant::getNullValue(RightRedZoneTy)); in instrumentGlobals()