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(),
 2938     Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize),
 2940     assert(Alloca->isStaticAlloca());
 2944   Alloca->setAlignment(MaybeAlign(FrameAlignment));
 2945   return IRB.CreatePointerCast(Alloca, IntptrTy);