Home
last modified time | relevance | path

Searched refs:NotHidden (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h111 NotHidden = 0x20, // Option included in -help & -help-hidden enumerator
1174 explicit opt(const M0t &M0) : Option(Optional | NotHidden) {
1181 opt(const M0t &M0, const M1t &M1) : Option(Optional | NotHidden) {
1189 const M2t &M2) : Option(Optional | NotHidden) {
1196 const M3t &M3) : Option(Optional | NotHidden) {
1203 const M4t &M4) : Option(Optional | NotHidden) {
1212 const M4t &M4, const M5t &M5) : Option(Optional | NotHidden) {
1222 const M6t &M6) : Option(Optional | NotHidden) {
1232 const M7t &M7) : Option(Optional | NotHidden) {
1341 explicit list(const M0t &M0) : Option(ZeroOrMore | NotHidden) {
[all …]
/external/llvm/unittests/Support/
DCommandLineTest.cpp254 ASSERT_EQ(cl::NotHidden, TestOption2.getOptionHiddenFlag()) in TEST()
259 ASSERT_EQ(cl::NotHidden, Map["help"]->getOptionHiddenFlag()) in TEST()
277 ASSERT_EQ(cl::NotHidden, TestOption2.getOptionHiddenFlag()) in TEST()
279 ASSERT_EQ(cl::NotHidden, TestOption3.getOptionHiddenFlag()) in TEST()
284 ASSERT_EQ(cl::NotHidden, Map["help"]->getOptionHiddenFlag()) in TEST()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp47 static cl::opt<bool> Mips16HardFloat("mips16-hard-float", cl::NotHidden,
52 Mips16ConstantIslands("mips16-constant-islands", cl::NotHidden,
/external/swiftshader/third_party/subzero/src/
DIceClFlags.cpp55 using llvm::cl::NotHidden;
119 cl::NotHidden, cl::aliasopt(AllowExternDefinedSymbolsObj));
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryModuleBuilderTest.java492 .build(NotHidden.class)); in testFactoryPublicAndReturnTypeNotPublic()
496 …assertEquals(NotHidden.class.getName() + " is public, but has a method that returns a non-public t… in testFactoryPublicAndReturnTypeNotPublic()
505 public interface NotHidden { interface in FactoryModuleBuilderTest
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp34 GPSize("gpsize", cl::NotHidden,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h126 NotHidden = 0x00, // Option included in -help & -help-hidden enumerator
1330 : Option(Optional, NotHidden), Parser(*this) {
1499 : Option(ZeroOrMore, NotHidden), Parser(*this) {
1636 : Option(ZeroOrMore, NotHidden), Parser(*this) {
/external/llvm/include/llvm/Support/
DCommandLine.h121 NotHidden = 0x00, // Option included in -help & -help-hidden enumerator
1312 : Option(Optional, NotHidden), Parser(*this) {
1481 : Option(ZeroOrMore, NotHidden), Parser(*this) {
1618 : Option(ZeroOrMore, NotHidden), Parser(*this) {
/external/llvm/utils/FileCheck/
DFileCheck.cpp50 cl::NotHidden,
/external/llvm/docs/
DCommandLine.rst1033 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are
1037 .. _cl::NotHidden:
1039 * The **cl::NotHidden** modifier (which is the default for `cl::opt`_ and
1304 Map["print-all-options"]->setHiddenFlag(cl::NotHidden);
/external/llvm/lib/Support/
DCommandLine.cpp1994 HLOp.setHiddenFlag(NotHidden); in operator =()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp2021 HLOp.setHiddenFlag(NotHidden); in operator =()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp80 ExhaustiveSearch("exhaustive-register-search", cl::NotHidden,