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

Declarations

lib/CodeGen/SafeStack.cpp
  195   bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);

References

lib/CodeGen/SafeStack.cpp
  388       if (IsSafeStackAlloca(AI, Size))
  418     if (IsSafeStackAlloca(&Arg, Size))