Searched refs:TopLevelSubCommand (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/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);
|
| /third_party/skia/third_party/externals/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);
|