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

/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp341 // getOptionPred - Check to see if there are any options that satisfy the
347 static Option *getOptionPred(StringRef Name, size_t &Length, function
379 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap);
394 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
410 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
/external/llvm/lib/Support/
H A DCommandLine.cpp593 // getOptionPred - Check to see if there are any options that satisfy the
599 static Option *getOptionPred(StringRef Name, size_t &Length, function
633 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap);
649 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
665 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp612 // getOptionPred - Check to see if there are any options that satisfy the
618 static Option *getOptionPred(StringRef Name, size_t &Length, function
652 Option *PGOpt = getOptionPred(Arg, Length, isPrefixedOrGrouping, OptionsMap);
668 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
684 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);

Completed in 99 milliseconds