| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AliasAnalysisEvaluator.cpp | 26 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 D | CallGraphSCCPass.cpp | 47 cl::opt<unsigned> MaxDevirtIterations("max-devirt-iterations", cl::ReallyHidden,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 25 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 D | PerfReader.cpp | 12 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 D | ProfileSummaryBuilder.cpp | 63 "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 D | AMDGPULateCodeGenPrepare.cpp | 38 cl::ReallyHidden, cl::init(true));
|
| H A D | AMDGPUCodeGenPrepare.cpp | 39 cl::ReallyHidden, 45 cl::ReallyHidden, 51 cl::ReallyHidden, 58 cl::ReallyHidden, 66 cl::ReallyHidden,
|
| H A D | SILowerSGPRSpills.cpp | 37 cl::ReallyHidden,
|
| H A D | AMDGPUTargetMachine.cpp | 63 cl::ReallyHidden, 79 cl::ReallyHidden,
|
| H A D | SILowerControlFlow.cpp | 63 cl::init(true), cl::ReallyHidden);
|
| H A D | SIRegisterInfo.cpp | 33 cl::ReallyHidden,
|
| H A D | SIInstrInfo.cpp | 55 BranchOffsetBits("amdgpu-s-branch-bits", cl::ReallyHidden, cl::init(16), 62 cl::ReallyHidden);
|
| H A D | AMDGPUInstructionSelector.cpp | 37 cl::ReallyHidden);
|
| H A D | AMDGPULegalizerInfo.cpp | 44 cl::ReallyHidden);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGSort.cpp | 44 "wasm-disable-ehpad-sort", cl::ReallyHidden,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 592 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 D | LoopIdiomRecognize.cpp | 123 cl::ReallyHidden); 131 cl::ReallyHidden); 139 cl::ReallyHidden);
|
| H A D | InferAddressSpaces.cpp | 139 "assume-default-is-flat-addrspace", cl::init(false), cl::ReallyHidden,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
| H A D | opt.cpp | 132 cl::ReallyHidden);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 46 "ir-outlining-no-cost", cl::init(false), cl::ReallyHidden,
|
| H A D | PartialInlining.cpp | 103 cl::ReallyHidden,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 150 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 D | AMDGPUInstPrinter.cpp | 31 cl::ReallyHidden);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CommandLine.rst | 1053 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 D | CommandLine.h | 144 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg enumerator
|