Home
last modified time | relevance | path

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

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