Home
last modified time | relevance | path

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

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp67 cl::list<std::string> Argv(cl::ConsumeAfter,
/external/llvm/docs/
DCommandLine.rst810 .. _cl::ConsumeAfter:
813 The ``cl::ConsumeAfter`` modifier
816 The ``cl::ConsumeAfter`` `formatting option`_ is used to construct programs that
833 cl::list<string> Argv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
852 There are several limitations to when ``cl::ConsumeAfter`` options can be
853 specified. For example, only one ``cl::ConsumeAfter`` can be specified per
855 not be any `cl::list`_ positional arguments, and the ``cl::ConsumeAfter`` option
1086 * The **cl::ConsumeAfter** modifier is described in the `Positional arguments
1157 * The **cl::ConsumeAfter** modifier specifies that this option is used to
/external/llvm/tools/lli/
Dlli.cpp77 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
/external/llvm/lib/Support/
DCommandLine.cpp137 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) { in addOption()
1155 case ConsumeAfter: in addOccurrence()
/external/llvm/include/llvm/Support/
DCommandLine.h105 ConsumeAfter = 0x04 enumerator