Home
last modified time | relevance | path

Searched refs:TopLevelSubCommand (Results 1 – 11 of 11) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp98 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/
DCommandLine.cpp105 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/
DCommandLine.cpp119 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/
Dllvm-xray.cpp34 if (SC == &*cl::TopLevelSubCommand) { in main()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp168 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/
DCommandLine.cpp168 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/
DCommandLineTest.cpp102 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/
DCommandLine.h210 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/
DCommandLine.h217 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/
DCommandLine.h246 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/
DCommandLine.h238 extern ManagedStatic<SubCommand> TopLevelSubCommand;
1963 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
2104 SubCommand &Sub = *TopLevelSubCommand);
2114 SubCommand &Sub = *TopLevelSubCommand);