/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 98 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 258 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 283 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 379 StackOption<bool> TopLevelOpt("top-level", cl::sub(*cl::TopLevelSubCommand), in TEST() 419 "top-level-remove", cl::sub(*cl::TopLevelSubCommand), cl::init(false)); in TEST() 421 "top-level-keep", cl::sub(*cl::TopLevelSubCommand), cl::init(false)); in TEST()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 105 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser() 136 addLiteralOption(Opt, &*TopLevelSubCommand, Name); in addLiteralOption() 187 addOption(O, &*TopLevelSubCommand); in addOption() 225 removeOption(O, &*TopLevelSubCommand); in removeOption() 264 updateArgStr(O, NewName, &*TopLevelSubCommand); in updateArgStr() 321 TopLevelSubCommand->reset(); in reset() 323 registerSubCommand(&*TopLevelSubCommand); in reset() 367 ManagedStatic<SubCommand> llvm::cl::TopLevelSubCommand; member in llvm::cl 431 return &*TopLevelSubCommand; in LookupSubCommand() 441 return &*TopLevelSubCommand; in LookupSubCommand() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 119 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser() 150 addLiteralOption(Opt, &*TopLevelSubCommand, Name); in addLiteralOption() 201 addOption(O, &*TopLevelSubCommand); in addOption() 239 removeOption(O, &*TopLevelSubCommand); in removeOption() 278 updateArgStr(O, NewName, &*TopLevelSubCommand); in updateArgStr() 341 TopLevelSubCommand->reset(); in reset() 343 registerSubCommand(&*TopLevelSubCommand); in reset() 391 llvm::cl::TopLevelSubCommand; member in llvm::cl 456 return &*TopLevelSubCommand; in LookupSubCommand() 466 return &*TopLevelSubCommand; in LookupSubCommand() [all …]
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | llvm-xray.cpp | 34 if (SC == &*cl::TopLevelSubCommand) { in main()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 168 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser() 200 addLiteralOption(Opt, &*TopLevelSubCommand, Name); in addLiteralOption() 261 addOption(O, &*TopLevelSubCommand); in addOption() 303 removeOption(O, &*TopLevelSubCommand); in removeOption() 342 updateArgStr(O, NewName, &*TopLevelSubCommand); in updateArgStr() 410 TopLevelSubCommand->reset(); in reset() 412 registerSubCommand(&*TopLevelSubCommand); in reset() 490 ManagedStatic<SubCommand> llvm::cl::TopLevelSubCommand; member in llvm::cl 559 return &*TopLevelSubCommand; in LookupSubCommand() 569 return &*TopLevelSubCommand; in LookupSubCommand() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 168 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser() 200 addLiteralOption(Opt, &*TopLevelSubCommand, Name); in addLiteralOption() 261 addOption(O, &*TopLevelSubCommand); in addOption() 303 removeOption(O, &*TopLevelSubCommand); in removeOption() 342 updateArgStr(O, NewName, &*TopLevelSubCommand); in updateArgStr() 410 TopLevelSubCommand->reset(); in reset() 412 registerSubCommand(&*TopLevelSubCommand); in reset() 490 ManagedStatic<SubCommand> llvm::cl::TopLevelSubCommand; member in llvm::cl 559 return &*TopLevelSubCommand; in LookupSubCommand() 569 return &*TopLevelSubCommand; in LookupSubCommand() [all …]
|
/external/llvm-project/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 102 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 394 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 419 cl::getRegisteredOptions(*cl::TopLevelSubCommand); in TEST() 530 StackOption<bool> TopLevelOpt("top-level", cl::sub(*cl::TopLevelSubCommand), in TEST() 579 "top-level-remove", cl::sub(*cl::TopLevelSubCommand), cl::init(false)); in TEST() 581 "top-level-keep", cl::sub(*cl::TopLevelSubCommand), cl::init(false)); in TEST() 1023 for (auto &OM : cl::getRegisteredOptions(*cl::TopLevelSubCommand)) { in TEST()
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 210 extern ManagedStatic<SubCommand> TopLevelSubCommand; 1736 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand); 1805 SubCommand &Sub = *TopLevelSubCommand); 1815 SubCommand &Sub = *TopLevelSubCommand);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 217 extern ManagedStatic<SubCommand> TopLevelSubCommand; 1760 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand); 1853 SubCommand &Sub = *TopLevelSubCommand); 1863 SubCommand &Sub = *TopLevelSubCommand);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 246 extern ManagedStatic<SubCommand> TopLevelSubCommand; 1972 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand); 2098 SubCommand &Sub = *TopLevelSubCommand); 2108 SubCommand &Sub = *TopLevelSubCommand);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CommandLine.h | 238 extern ManagedStatic<SubCommand> TopLevelSubCommand; 1963 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand); 2104 SubCommand &Sub = *TopLevelSubCommand); 2114 SubCommand &Sub = *TopLevelSubCommand);
|