Home
last modified time | relevance | path

Searched refs:RightRedZoneTy (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2110 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals() local
2112 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); in InstrumentGlobals()
2114 NewTy, G->getInitializer(), Constant::getNullValue(RightRedZoneTy)); in InstrumentGlobals()