Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2259 const uint64_t RightRedzoneSize = getRedzoneSizeForGlobal(SizeInBytes); in InstrumentGlobals() local
2260 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in InstrumentGlobals()
2340 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize), in InstrumentGlobals()