Searched defs:Positional (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CopyConfig.cpp | 496 SmallVector<const char *, 2> Positional; in parseObjcopyOptions() local 974 SmallVector<StringRef, 2> Positional; in parseInstallNameToolOptions() local 1023 SmallVector<StringRef, 2> Positional; in parseBitcodeStripOptions() local 1064 SmallVector<StringRef, 2> Positional; in parseStripOptions() local
|
/external/crosvm/src/ |
D | argument.rs | 230 Positional, in parse_arguments() enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 168 Positional = 0x01, // Is a positional argument, no '-' required enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CommandLine.h | 160 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
|