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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3261   IRBuilder<> IRB(AI);
 3263   const unsigned Align = std::max(kAllocaRzSize, AI->getAlignment());
 3275       F.getParent()->getDataLayout().getTypeAllocSize(AI->getAllocatedType());
 3277       IRB.CreateMul(IRB.CreateIntCast(AI->getArraySize(), IntptrTy, false),
 3313   Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType());
 3316   AI->replaceAllUsesWith(NewAddressPtr);
 3319   AI->eraseFromParent();