Home
last modified time | relevance | path

Searched defs:Positional (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp570 SmallVector<const char *, 2> Positional; in ParseObjcopyOptions() local
664 SmallVector<const char *, 2> Positional; in ParseStripOptions() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h134 Positional = 0x080, // Is a positional argument, no '-' required enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCommandLine.h157 Positional = 0x01, // Is a positional argument, no '-' required enumerator
/external/llvm/include/llvm/Support/
DCommandLine.h143 Positional = 0x01, // Is a positional argument, no '-' required enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h148 Positional = 0x01, // Is a positional argument, no '-' required enumerator
/external/bcc/tests/cc/
Dcatch.hpp4145 enum Type { Positional, ShortOpt, LongOpt }; enumerator