Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h126 ConsumeAfter = 0x04 enumerator
317 return getNumOccurrencesFlag() == cl::ConsumeAfter; in isConsumeAfter()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp103 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp229 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) { in addOption()