Searched refs:TopLevelSubCommand (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/Support/
H A DCommandLineTest.cpp98 cl::getRegisteredOptions(*cl::TopLevelSubCommand);
258 cl::getRegisteredOptions(*cl::TopLevelSubCommand);
283 cl::getRegisteredOptions(*cl::TopLevelSubCommand);
379 StackOption<bool> TopLevelOpt("top-level", cl::sub(*cl::TopLevelSubCommand),
419 "top-level-remove", cl::sub(*cl::TopLevelSubCommand), cl::init(false));
421 "top-level-keep", cl::sub(*cl::TopLevelSubCommand), cl::init(false));
/external/llvm/lib/Support/
H A DCommandLine.cpp105 registerSubCommand(&*TopLevelSubCommand);
136 addLiteralOption(Opt, &*TopLevelSubCommand, Name);
187 addOption(O, &*TopLevelSubCommand);
225 removeOption(O, &*TopLevelSubCommand);
264 updateArgStr(O, NewName, &*TopLevelSubCommand);
321 TopLevelSubCommand->reset();
323 registerSubCommand(&*TopLevelSubCommand);
367 ManagedStatic<SubCommand> llvm::cl::TopLevelSubCommand; member in class:llvm::cl
431 return &*TopLevelSubCommand;
441 return &*TopLevelSubCommand;
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp119 registerSubCommand(&*TopLevelSubCommand);
150 addLiteralOption(Opt, &*TopLevelSubCommand, Name);
201 addOption(O, &*TopLevelSubCommand);
239 removeOption(O, &*TopLevelSubCommand);
278 updateArgStr(O, NewName, &*TopLevelSubCommand);
341 TopLevelSubCommand->reset();
343 registerSubCommand(&*TopLevelSubCommand);
387 ManagedStatic<SubCommand> llvm::cl::TopLevelSubCommand; member in class:llvm::cl
451 return &*TopLevelSubCommand;
461 return &*TopLevelSubCommand;
[all...]
/external/llvm/include/llvm/Support/
H A 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/
H A DCommandLine.h217 extern ManagedStatic<SubCommand> TopLevelSubCommand;
1760 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
1853 SubCommand &Sub = *TopLevelSubCommand);
1863 SubCommand &Sub = *TopLevelSubCommand);

Completed in 305 milliseconds