/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 111 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/ |
D | CommandLineTest.cpp | 254 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/ |
D | MipsSubtarget.cpp | 47 static cl::opt<bool> Mips16HardFloat("mips16-hard-float", cl::NotHidden, 52 Mips16ConstantIslands("mips16-constant-islands", cl::NotHidden,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 50 static cl::opt<bool> Mips16HardFloat("mips16-hard-float", cl::NotHidden, 55 Mips16ConstantIslands("mips16-constant-islands", cl::NotHidden,
|
/external/swiftshader/third_party/subzero/src/ |
D | IceClFlags.cpp | 55 using llvm::cl::NotHidden; 119 cl::NotHidden, cl::aliasopt(AllowExternDefinedSymbolsObj));
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 326 ASSERT_EQ(cl::NotHidden, TestOption2.getOptionHiddenFlag()) in TEST() 331 ASSERT_EQ(cl::NotHidden, Map["help"]->getOptionHiddenFlag()) in TEST() 349 ASSERT_EQ(cl::NotHidden, TestOption2.getOptionHiddenFlag()) in TEST() 351 ASSERT_EQ(cl::NotHidden, TestOption3.getOptionHiddenFlag()) in TEST() 356 ASSERT_EQ(cl::NotHidden, Map["help"]->getOptionHiddenFlag()) in TEST()
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | FactoryModuleBuilderTest.java | 586 .build(NotHidden.class)); in testFactoryPublicAndReturnTypeNotPublic() 592 NotHidden.class.getName() in testFactoryPublicAndReturnTypeNotPublic() 605 public interface NotHidden { interface in FactoryModuleBuilderTest
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 34 GPSize("gpsize", cl::NotHidden,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 44 ("gpsize", cl::NotHidden,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 135 NotHidden = 0x00, // Option included in -help & -help-hidden enumerator 1363 : Option(Optional, NotHidden), Parser(*this) { 1539 : Option(ZeroOrMore, NotHidden), Parser(*this) { 1680 : Option(ZeroOrMore, NotHidden), Parser(*this) {
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 121 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 126 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 124 NotHidden, cat(SectionCategory),
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 50 cl::NotHidden,
|
/external/llvm/docs/ |
D | CommandLine.rst | 1033 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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CommandLine.rst | 1026 The ``cl::NotHidden``, ``cl::Hidden``, and ``cl::ReallyHidden`` modifiers are 1030 .. _cl::NotHidden: 1032 * The **cl::NotHidden** modifier (which is the default for `cl::opt`_ and 1294 Map["print-all-options"]->setHiddenFlag(cl::NotHidden);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 50 cl::NotHidden,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CommandLine.cpp | 2081 HLOp.setHiddenFlag(NotHidden); in operator =()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1994 HLOp.setHiddenFlag(NotHidden); in operator =()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 2021 HLOp.setHiddenFlag(NotHidden); in operator =()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 80 ExhaustiveSearch("exhaustive-register-search", cl::NotHidden,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 109 "exhaustive-register-search", cl::NotHidden,
|