/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | FuzzerCLI.cpp | 29 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in parseFuzzerCLOpts() 65 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedBEOpts() 139 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedOptimizerOpts()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | llvm-xray.cpp | 26 cl::ParseCommandLineOptions(argc, argv, in main()
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBTableGen.cpp | 70 cl::ParseCommandLineOptions(argc, argv); in main()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SystemInitializerFull.cpp | 68 llvm::cl::ParseCommandLineOptions(1, &arg0); in Initialize()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | TableGen.cpp | 82 cl::ParseCommandLineOptions(argc, argv); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | llvm-tapi-diff.cpp |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 49 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/ |
H A D | llvm-diff.cpp | 73 cl::ParseCommandLineOptions(argc, argv); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 34 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
|
H A D | gcov.cpp | 167 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in gcovMain()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | bugpoint.cpp | 121 cl::ParseCommandLineOptions(argc, argv, in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 107 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n"); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/ |
H A D | llvm-sim.cpp | 111 cl::ParseCommandLineOptions(argc, argv, "LLVM IR Similarity Visualizer\n"); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 101 cl::ParseCommandLineOptions(argc, argv, in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 121 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | CommonOptionsParser.cpp | 116 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) { in init()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/ |
H A D | llvm-cxxmap.cpp | 145 cl::ParseCommandLineOptions(argc, argv, "LLVM C++ mangled name remapper\n"); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 172 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n"); in main()
|
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 238 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get()); in ExecuteCompilerInvocation()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | TableGen.cpp | 583 cl::ParseCommandLineOptions(argc, argv); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtil.cpp | 38 cl::ParseCommandLineOptions(argc, argv, "Remark file utilities\n");
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 171 bool ParseCommandLineOptions(int argc, const char *const *argv, 1428 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl 1451 return GlobalParser->ParseCommandLineOptions(NewArgc, &NewArgv[0], Overview, in ParseCommandLineOptions() 1472 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser 2842 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview), in LLVMParseCommandLineOptions()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/ |
H A D | llvm-extract.cpp | 144 cl::ParseCommandLineOptions(argc, argv, "llvm extractor\n"); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 490 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n"); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 232 cl::ParseCommandLineOptions(argc, argv, "Resolution-based LTO test harness"); in run()
|