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

Declarations

include/llvm/Analysis/ObjCARCAnalysisUtils.h
   47 extern bool EnableARCOpts;

References

lib/Analysis/ObjCARCAliasAnalysis.cpp
   42   if (!EnableARCOpts)
   74   if (!EnableARCOpts)
   97   if (!EnableARCOpts)
  113   if (!EnableARCOpts)
lib/Analysis/ObjCARCAnalysisUtils.cpp
   25     cl::location(EnableARCOpts), cl::init(true), cl::Hidden);
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
  129   if (!EnableARCOpts)
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  547   if (!EnableARCOpts)
lib/Transforms/ObjCARC/ObjCARCExpand.cpp
   84   if (!EnableARCOpts)
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
 2232   if (!EnableARCOpts)
 2252   if (!EnableARCOpts)