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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2465 const uint64_t RightRedzoneSize = getRedzoneSizeForGlobal(SizeInBytes); local
2466 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize);
2546 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize),

Completed in 104 milliseconds