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

Declarations

include/llvm/InitializePasses.h
  392 void initializeStackSafetyInfoWrapperPassPass(PassRegistry &);

References

lib/Analysis/Analysis.cpp
   81   initializeStackSafetyInfoWrapperPassPass(Registry);
lib/Analysis/StackSafetyAnalysis.cpp
  596   initializeStackSafetyInfoWrapperPassPass(*PassRegistry::getPassRegistry());
  674 INITIALIZE_PASS_DEPENDENCY(StackSafetyInfoWrapperPass)