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

Declarations

lib/Transforms/Instrumentation/AddressSanitizer.cpp
  613   bool isInterestingAlloca(const AllocaInst &AI);

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1021     if (!ASan.isInterestingAlloca(AI)) {
 1068     if (!ASan.isInterestingAlloca(*AI))
 1432       return isInterestingAlloca(*AI) ? AI : nullptr;
 2966     assert(ASan.isInterestingAlloca(*APC.AI));
 3039     assert(ASan.isInterestingAlloca(*APC.AI));