Searched refs:ReallyHidden (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 35 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);
|
D | AliasAnalysisCounter.cpp | 26 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true)); 28 PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
|
D | ScalarEvolution.cpp | 103 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
|
/external/llvm/tools/bugpoint/ |
D | OptimizerDriver.cpp | 45 cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
|
/external/llvm/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 33 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1203 if (I->second->getOptionHiddenFlag() == ReallyHidden) in sortOpts()
|
/external/llvm/docs/ |
D | CommandLine.rst | 975 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are 991 .. _cl::ReallyHidden: 993 * The **cl::ReallyHidden** modifier indicates that the option should not appear
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 109 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg enumerator
|