HomeSort by relevance Sort by last modified time
    Searched defs:Positional (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lli/
lli.cpp 70 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
  /external/llvm/include/llvm/Support/
CommandLine.h 90 // last positional argument required by the application (it is an error if
91 // there are zero positional arguments, and a ConsumeAfter option is used).
129 Positional = 0x01, // Is a positional argument, no '-' required
136 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
    [all...]

Completed in 65 milliseconds