Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
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);
DAliasAnalysisCounter.cpp26 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
28 PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
DScalarEvolution.cpp101 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp26 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
28 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
29 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
30 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
31 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
33 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
34 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
35 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
36 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
38 static cl::opt<bool> EvalAAMD("evaluate-aa-metadata", cl::ReallyHidden);
DCallGraphSCCPass.cpp36 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
DScalarEvolution.cpp108 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
DOptimize.cpp34 static cl::opt<bool> DontVerify("disable-verify", cl::ReallyHidden);
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp54 cl::ReallyHidden,
60 cl::ReallyHidden,
DSIMachineFunctionInfo.cpp26 cl::ReallyHidden,
/external/llvm/unittests/Support/
DCommandLineTest.cpp252 ASSERT_EQ(cl::ReallyHidden, TestOption1.getOptionHiddenFlag()) in TEST()
275 ASSERT_EQ(cl::ReallyHidden, TestOption1.getOptionHiddenFlag()) in TEST()
/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp55 cl::ReallyHidden);
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DOptimizerDriver.cpp45 cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp53 cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DCallGraphSCCPass.cpp33 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
/external/llvm/lib/Support/
DCommandLine.cpp1689 if (I->second->getOptionHiddenFlag() == ReallyHidden) in sortOpts()
2129 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
2141 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1714 if (I->second->getOptionHiddenFlag() == ReallyHidden) in sortOpts()
2161 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
2173 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp1211 if (I->second->getOptionHiddenFlag() == ReallyHidden) in sortOpts()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h128 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg enumerator
/external/llvm/include/llvm/Support/
DCommandLine.h123 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
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h113 ReallyHidden = 0x60, // Neither -help nor -help-hidden show this arg enumerator
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp139 cl::ReallyHidden, cl::init(false),