Home
last modified time | relevance | path

Searched refs:OneOrMore (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp22 "perfscript", cl::value_desc("perfscript"), cl::OneOrMore,
28 BinaryFilenames("binary", cl::value_desc("binary"), cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DCommonOptionsParser.h78 llvm::cl::NumOccurrencesFlag OccurrencesFlag = llvm::cl::OneOrMore,
86 llvm::cl::NumOccurrencesFlag OccurrencesFlag = llvm::cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp37 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A Dbugpoint.cpp47 InputFilenames(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp100 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp32 cl::value_desc("directory"), cl::Required, cl::OneOrMore, cl::Prefix);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp159 cl::OneOrMore, cl::sub(DiaDumpSubcommand));
201 cl::OneOrMore, cl::sub(PrettySubcommand));
440 cl::OneOrMore, cl::sub(BytesSubcommand));
621 cl::OneOrMore, cl::sub(DumpSubcommand));
698 cl::OneOrMore, cl::sub(MergeSubcommand));
710 cl::sub(ExplainSubcommand), cl::OneOrMore);
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp27 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dgcov.cpp86 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp54 static cl::list<std::string> Inputs(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp805 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()
810 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()
1592 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()
1639 case OneOrMore: in ParseCommandLineOptions()
1700 case OneOrMore: in addOccurrence()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp44 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp48 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp39 cl::sub(Stack), cl::OneOrMore);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCommandLine.rst523 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<Input files>"), cl::OneOrMore);
528 `cl::OneOrMore`_ modifier to inform the CommandLine library that it is an error
769 static cl::list<std::string> Files(cl::Positional, cl::OneOrMore);
1101 .. _cl::OneOrMore:
1103 * The **cl::OneOrMore** modifier indicates that the option must be specified at
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp181 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp62 InputFileNames("inputs", cl::CommaSeparated, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp89 ClInputFiles(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp63 static cl::list<std::string> InputFiles(cl::Positional, cl::OneOrMore,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h122 OneOrMore = 0x03, // One or more occurrences required enumerator