Searched refs:ReallyHidden (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp35 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
37 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
38 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
39 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
40 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
42 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
43 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
44 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
45 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
47 static cl::opt<bool> EvalTBAA("evaluate-tbaa", cl::ReallyHidden);
[all...]
H A DAliasAnalysisCounter.cpp26 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
28 PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
H A DScalarEvolution.cpp103 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp46 cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp33 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DCommandLine.cpp1391 if (I->second->getOptionHiddenFlag() == ReallyHidden)
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCommandLine.h110 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg enumerator in enum:llvm::cl::OptionHidden

Completed in 165 milliseconds