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

Declarations

include/llvm/CodeGen/StackProtector.h
   94   bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,

References

lib/CodeGen/StackProtector.cpp
  147     if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
  313         if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) {