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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1321   auto PreviouslySeenAllocaInfo = ProcessedAllocas.find(&AI);
 1327       (AI.getAllocatedType()->isSized() &&
 1329        ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) &&
 1329        ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) &&
 1332        (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) &&
 1335        !AI.isUsedWithInAlloca() &&
 1337        !AI.isSwiftError());
 1339   ProcessedAllocas[&AI] = IsInteresting;