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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2964     assert(APC.InsBefore);
 2965     assert(APC.AI);
 2966     assert(ASan.isInterestingAlloca(*APC.AI));
 2967     assert(!APC.AI->isStaticAlloca());
 2969     IRBuilder<> IRB(APC.InsBefore);
 2970     poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
 2970     poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
 2970     poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);