HomeSort by relevance Sort by last modified time
    Searched refs:ReallyHidden (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 34 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> EvalTBAA("evaluate-tbaa", cl::ReallyHidden);
    [all...]
AliasAnalysisCounter.cpp 25 PrintAll("count-aa-print-all-queries", cl::ReallyHidden, cl::init(true));
27 PrintAllFailures("count-aa-print-all-failed-queries", cl::ReallyHidden);
ScalarEvolution.cpp 103 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
    [all...]
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 75 I->second->setHiddenFlag(cl::ReallyHidden);
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 48 cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
  /external/clang/tools/clang-format/
ClangFormat.cpp 278 I->second->setHiddenFlag(cl::ReallyHidden);
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 35 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4));
  /external/llvm/include/llvm/Support/
CommandLine.h 109 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 80 milliseconds