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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1122             AllocasToInstrument.push_back(AI);
 1153   if (AllocasToInstrument.empty() && F.hasPersonalityFn() &&
 1160   if (AllocasToInstrument.empty() && ToInstrument.empty())
 1169                    !AllocasToInstrument.empty());
 1172   if (!AllocasToInstrument.empty()) {
 1175     Changed |= instrumentStack(AllocasToInstrument, AllocaDeclareMap, RetVec,
 1183   for (AllocaInst *AI : AllocasToInstrument) {