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

References

lib/CodeGen/SafeStack.cpp
  285   WorkList.push_back(AllocaPtr);
  296         if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr,
  308                      << "[SafeStack] Unsafe alloca: " << *AllocaPtr
  314                           AllocaPtr, AllocaSize))
  330           if (!IsMemIntrinsicSafe(MI, UI, AllocaPtr, AllocaSize)) {
  332                        << "[SafeStack] Unsafe alloca: " << *AllocaPtr
  351               LLVM_DEBUG(dbgs() << "[SafeStack] Unsafe alloca: " << *AllocaPtr