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

/external/llvm/lib/Support/
H A DCommandLine.cpp429 // getOptionPred - Check to see if there are any options that satisfy the
435 static Option *getOptionPred(StringRef Name, size_t &Length, function
469 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap);
485 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
501 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);

Completed in 68 milliseconds