reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2934     Alloca = IRB.CreateAlloca(IRB.getInt8Ty(),
 2934     Alloca = IRB.CreateAlloca(IRB.getInt8Ty(),
 2935                               ConstantInt::get(IRB.getInt64Ty(), L.FrameSize),
 2938     Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize),
 2938     Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize),
 2945   return IRB.CreatePointerCast(Alloca, IntptrTy);