Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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> PrintRef("print-ref", cl::ReallyHidden);
35 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
36 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
37 static cl::opt<bool> PrintMust("print-must", cl::ReallyHidden);
[all …]
H A DCallGraphSCCPass.cpp47 cl::opt<unsigned> MaxDevirtIterations("max-devirt-iterations", cl::ReallyHidden,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp25 cl::opt<bool> ShowDisassemblyOnly("show-disassembly-only", cl::ReallyHidden,
29 cl::opt<bool> ShowSourceLocations("show-source-locations", cl::ReallyHidden,
33 cl::opt<bool> ShowCanonicalFnName("show-canonical-fname", cl::ReallyHidden,
38 "show-pseudo-probe", cl::ReallyHidden, cl::init(false), cl::ZeroOrMore,
H A DPerfReader.cpp12 static cl::opt<bool> ShowMmapEvents("show-mmap-events", cl::ReallyHidden,
17 cl::ReallyHidden, cl::init(false),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp63 "profile-summary-hot-count", cl::ReallyHidden, cl::ZeroOrMore,
68 "profile-summary-cold-count", cl::ReallyHidden, cl::ZeroOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp38 cl::ReallyHidden, cl::init(true));
H A DAMDGPUCodeGenPrepare.cpp39 cl::ReallyHidden,
45 cl::ReallyHidden,
51 cl::ReallyHidden,
58 cl::ReallyHidden,
66 cl::ReallyHidden,
H A DSILowerSGPRSpills.cpp37 cl::ReallyHidden,
H A DAMDGPUTargetMachine.cpp63 cl::ReallyHidden,
79 cl::ReallyHidden,
H A DSILowerControlFlow.cpp63 cl::init(true), cl::ReallyHidden);
H A DSIRegisterInfo.cpp33 cl::ReallyHidden,
H A DSIInstrInfo.cpp55 BranchOffsetBits("amdgpu-s-branch-bits", cl::ReallyHidden, cl::init(16),
62 cl::ReallyHidden);
H A DAMDGPUInstructionSelector.cpp37 cl::ReallyHidden);
H A DAMDGPULegalizerInfo.cpp44 cl::ReallyHidden);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp44 "wasm-disable-ehpad-sort", cl::ReallyHidden,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp592 if (O->getOptionHiddenFlag() == ReallyHidden) in LookupNearestOption()
2130 if (I->second->getOptionHiddenFlag() == ReallyHidden) in sortOpts()
2603 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
2613 I.second->setHiddenFlag(cl::ReallyHidden); in HideUnrelatedOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp123 cl::ReallyHidden);
131 cl::ReallyHidden);
139 cl::ReallyHidden);
H A DInferAddressSpaces.cpp139 "assume-default-is-flat-addrspace", cl::init(false), cl::ReallyHidden,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp132 cl::ReallyHidden);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp46 "ir-outlining-no-cost", cl::init(false), cl::ReallyHidden,
H A DPartialInlining.cpp103 cl::ReallyHidden,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp150 cl::ReallyHidden, cl::init(false),
173 SwpEnableCopyToPhi("pipeliner-enable-copytophi", cl::ReallyHidden,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp31 cl::ReallyHidden);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCommandLine.rst1053 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are
1069 .. _cl::ReallyHidden:
1071 * The **cl::ReallyHidden** modifier indicates that the option should not appear
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h144 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg enumerator

12