Searched refs:NotHidden (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 149 cl::NotHidden); 163 NotHidden, cat(SectionCategory), 184 cl::NotHidden); 200 aliasopt(IgnoreCase), cl::NotHidden); 208 cl::NotHidden); 227 cl::NotHidden); 234 aliasopt(ShowChildren), cl::NotHidden); 241 aliasopt(ShowParents), cl::NotHidden); 248 cl::NotHidden); 255 aliasopt(ChildRecurseDepth), cl::NotHidden); [all …]
|
/freebsd/contrib/llvm-project/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,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 115 cl::Grouping, cl::NotHidden, in gcovMain() 121 cl::Grouping, cl::NotHidden, cl::aliasopt(Demangle)); in gcovMain()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 48 ("gpsize", cl::NotHidden,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 136 NotHidden = 0x00, // Option included in -help & -help-hidden enumerator 1499 : Option(llvm::cl::Optional, NotHidden), Parser(*this) { 1739 : Option(ZeroOrMore, NotHidden), Parser(*this) { 1895 : Option(ZeroOrMore, NotHidden), Parser(*this) {
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 148 cl::NotHidden);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 105 "exhaustive-register-search", cl::NotHidden,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 2697 CommonOptions->HLOp.setHiddenFlag(NotHidden); in operator =()
|