Home
last modified time | relevance | path

Searched refs:ReallyHidden (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp34 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
36 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
37 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
38 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
39 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
41 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
42 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
43 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
44 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
46 static cl::opt<bool> EvalAAMD("evaluate-aa-metadata", cl::ReallyHidden);
DAliasAnalysisCounter.cpp26 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
28 PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
DScalarEvolution.cpp106 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
/external/llvm/unittests/Support/
DCommandLineTest.cpp239 ASSERT_EQ(cl::ReallyHidden, TestOption1.getOptionHiddenFlag()) in TEST()
261 ASSERT_EQ(cl::ReallyHidden, TestOption1.getOptionHiddenFlag()) in TEST()
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp53 cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
/external/llvm/lib/Support/
DCommandLine.cpp1479 if (I->second->getOptionHiddenFlag() == ReallyHidden) in sortOpts()
1858 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
1869 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
/external/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp35 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
/external/llvm/include/llvm/Support/
DCommandLine.h118 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg enumerator
/external/llvm/docs/
DCommandLine.rst1033 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are
1049 .. _cl::ReallyHidden:
1051 * The **cl::ReallyHidden** modifier indicates that the option should not appear