Searched refs:addOption (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Options.h | 76 void addOption(void *Key, cl::Option *O); 100 instance().addOption(&detail::OptionKey<ValT, Base, Mem>::ID, Option); in registerOption()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Options.cpp | 25 void OptionRegistry::addOption(void *Key, cl::Option *O) { in addOption() function in OptionRegistry
|
| H A D | CommandLine.cpp | 147 void addOption(Option *O, SubCommand *SC) { in addOption() function in __anone9c85f080111::CommandLineParser 184 addOption(O, Sub); in addOption() 189 void addOption(Option *O) { in addOption() function in __anone9c85f080111::CommandLineParser 191 addOption(O, &*TopLevelSubCommand); in addOption() 194 addOption(O, SC); in addOption() 303 addOption(O, sub); in registerSubCommand() 357 GlobalParser->addOption(this); in addArgument()
|