Searched defs:Positional (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | llvm-objcopy.cpp | 570 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/ |
D | CommandLine.h | 134 Positional = 0x080, // Is a positional argument, no '-' required enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 157 Positional = 0x01, // Is a positional argument, no '-' required enumerator
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 143 Positional = 0x01, // Is a positional argument, no '-' required enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 148 Positional = 0x01, // Is a positional argument, no '-' required enumerator
|
/external/bcc/tests/cc/ |
D | catch.hpp | 4145 enum Type { Positional, ShortOpt, LongOpt }; enumerator
|