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

/external/llvm/tools/lli/
H A Dlli.cpp54 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
/external/llvm/lib/Support/
H A DCommandLine.cpp120 Option *CAOpt = 0; // The ConsumeAfter option if it exists.
144 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
146 O->error("Cannot specify more than one option with cl::ConsumeAfter!");
568 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) {
570 "Cannot specify cl::ConsumeAfter without a positional argument!");
582 // ConsumeAfter cannot be combined with "optional" positional options
588 "cl::ConsumeAfter option is active!");
746 // Positional args have already been handled if ConsumeAfter is specified.
803 // cl::ConsumeAfter command line option...
884 case ConsumeAfter
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp62 cl::list<std::string> Argv(cl::ConsumeAfter,
/external/llvm/include/llvm/Support/
H A DCommandLine.h91 // ConsumeAfter - Indicates that this option is fed anything that follows the
93 // there are zero positional arguments, and a ConsumeAfter option is used).
96 // passed, unprocessed, to the ConsumeAfter option.
98 ConsumeAfter = 0x04 enumerator in enum:llvm::cl::NumOccurrencesFlag

Completed in 65 milliseconds