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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
  661       assert(Pass->ProcessedAllocas.empty() &&
  668       Pass->ProcessedAllocas.clear();
 1321   auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI);
 1323   if (PreviouslySeenAllocaInfo != ProcessedAllocas.end())
 1339   ProcessedAllocas[&AI] = IsInteresting;
 2588   assert(ProcessedAllocas.empty() && "must process localescape before allocas");
 2604         ProcessedAllocas[AI] = false;