Searched refs:NotHidden (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 138 cl::NotHidden); 152 NotHidden, cat(SectionCategory), 173 cl::NotHidden); 178 aliasopt(IgnoreCase), cl::NotHidden); 186 cl::NotHidden); 205 cl::NotHidden); 212 aliasopt(ShowChildren), cl::NotHidden); 219 aliasopt(ShowParents), cl::NotHidden); 226 cl::NotHidden); 270 cl::NotHidden); [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 49 static cl::opt<bool> Mips16HardFloat("mips16-hard-float", cl::NotHidden, 54 Mips16ConstantIslands("mips16-constant-islands", cl::NotHidden,
|
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 117 cl::Grouping, cl::NotHidden, in gcovMain() 123 cl::Grouping, cl::NotHidden, cl::aliasopt(Demangle)); in gcovMain()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 44 ("gpsize", cl::NotHidden,
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 137 NotHidden = 0x00, // Option included in -help & -help-hidden enumerator 1490 : Option(llvm::cl::Optional, NotHidden), Parser(*this) { 1730 : Option(ZeroOrMore, NotHidden), Parser(*this) { 1886 : Option(ZeroOrMore, NotHidden), Parser(*this) {
|
/openbsd/gnu/llvm/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 147 cl::NotHidden);
|
/openbsd/gnu/llvm/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 46 cl::NotHidden,
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CommandLine.rst | 1053 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are 1057 .. _cl::NotHidden: 1059 * The **cl::NotHidden** modifier (which is the default for `cl::opt`_ and 1339 Map["print-all-options"]->setHiddenFlag(cl::NotHidden);
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 106 "exhaustive-register-search", cl::NotHidden,
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | CommandLine.cpp | 2706 CommonOptions->HLOp.setHiddenFlag(NotHidden); in operator =()
|