Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp227 SC->SinkOpts.push_back(O); in addOption()
275 for (auto *Opt = Sub.SinkOpts.begin(); Opt != Sub.SinkOpts.end(); ++Opt) { in removeOption()
277 Sub.SinkOpts.erase(Opt); in removeOption()
477 SinkOpts.clear(); in reset()
1465 for (Option *O : SC->SinkOpts) in ResetAllOptionOccurrences()
1528 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() local
1665 if (!Handler && SinkOpts.empty()) in ParseCommandLineOptions()
1670 if (!SinkOpts.empty()) { in ParseCommandLineOptions()
1671 for (Option *SinkOpt : SinkOpts) in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h233 SmallVector<Option *, 4> SinkOpts; variable