Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp496 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/
Dargument.rs230 Positional, in parse_arguments() enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h168 Positional = 0x01, // Is a positional argument, no '-' required enumerator
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h160 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