Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp468 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap); in HandlePrefixedOrGroupedOption() local
469 if (!PGOpt) in HandlePrefixedOrGroupedOption()
475 if (PGOpt->getFormattingFlag() == cl::Prefix) { in HandlePrefixedOrGroupedOption()
478 assert(OptionsMap.count(Arg) && OptionsMap.find(Arg)->second == PGOpt); in HandlePrefixedOrGroupedOption()
479 return PGOpt; in HandlePrefixedOrGroupedOption()
484 assert(isGrouping(PGOpt) && "Broken getOptionPred!"); in HandlePrefixedOrGroupedOption()
493 assert(PGOpt->getValueExpectedFlag() != cl::ValueRequired && in HandlePrefixedOrGroupedOption()
497 ProvideOption(PGOpt, OneArgName, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption()
500 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap); in HandlePrefixedOrGroupedOption()
501 } while (PGOpt && Length != Arg.size()); in HandlePrefixedOrGroupedOption()
[all …]