Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp210 void addOption(Option *O, SubCommand *SC) { in addOption() function in __anon7ff628370111::CommandLineParser
252 addOption(O, Sub); in addOption()
257 void addOption(Option *O, bool ProcessDefaultOption = false) { in addOption() function in __anon7ff628370111::CommandLineParser
264 addOption(O, &*TopLevelSubCommand); in addOption()
267 addOption(O, SC); in addOption()
385 addOption(O, sub); in registerSubCommand()
448 GlobalParser->addOption(this); in addArgument()
1384 addOption(O, true); in ParseCommandLineOptions()