Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
DExecutionDriver.cpp108 cl::ZeroOrMore, cl::PositionalEatsArgs);
118 cl::PositionalEatsArgs);
122 cl::ZeroOrMore, cl::PositionalEatsArgs);
129 cl::ZeroOrMore, cl::PositionalEatsArgs);
DOptimizerDriver.cpp120 cl::ZeroOrMore, cl::PositionalEatsArgs);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp1480 (ActivePositionalArg->getMiscFlags() & PositionalEatsArgs)) { in ParseCommandLineOptions()
1544 if ((Handler->getMiscFlags() & PositionalEatsArgs) && !Value.empty()) { in ParseCommandLineOptions()
1773 if (O.getMiscFlags() & PositionalEatsArgs) in getOptionWidth()
1790 if (O.getMiscFlags() & PositionalEatsArgs) { in printOptionInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp86 cl::ZeroOrMore, cl::PositionalEatsArgs,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h170 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args? enumerator