Searched refs:ParseCommandLineOptions (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp26 cl::ParseCommandLineOptions(argc, argv,
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp69 cl::ParseCommandLineOptions(argc, argv);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp39 cl::ParseCommandLineOptions(argc, argv, "Module extractor");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp30 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n");
H A Dgcov.cpp154 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp68 cl::ParseCommandLineOptions(argc, argv);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp36 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data());
72 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data());
136 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp88 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp100 cl::ParseCommandLineOptions(argc, argv, "llvm string dumper\n");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp116 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp168 cl::ParseCommandLineOptions(argc, argv,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp120 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp158 cl::ParseCommandLineOptions(argc, argv, "llvm symbol undecoration tool\n");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp133 cl::ParseCommandLineOptions(argc, argv, "LLVM C++ mangled name remapper\n");
/freebsd-13-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp236 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get());
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp443 cl::ParseCommandLineOptions(argc, argv);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp157 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n");
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp283 cl::ParseCommandLineOptions(argc, argv);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp158 // ParseCommandLineOptions actually runs.
174 bool ParseCommandLineOptions(int argc, const char *const *argv,
1298 // and hand it off to ParseCommandLineOptions().
1301 ParseCommandLineOptions(newArgc, &newArgv[0], StringRef(Overview));
1304 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, function in class:cl
1326 return GlobalParser->ParseCommandLineOptions(NewArgc, &NewArgv[0], Overview,
1339 bool CommandLineParser::ParseCommandLineOptions(int argc, function in class:CommandLineParser
2620 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp144 cl::ParseCommandLineOptions(argc, argv, "llvm extractor\n");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp428 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp184 cl::ParseCommandLineOptions(argc, argv, "Resolution-based LTO test harness");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp683 cl::ParseCommandLineOptions(argc, argv, "LLVM profile data merger\n");
766 cl::ParseCommandLineOptions(argc, argv, "LLVM profile data overlap tool\n");
1273 cl::ParseCommandLineOptions(argc, argv, "LLVM profile data summary\n");
/freebsd-13-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp485 cl::ParseCommandLineOptions(
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp608 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get());

Completed in 550 milliseconds

12