| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | FuzzerCLI.cpp | 36 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in parseFuzzerCLOpts() 72 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedBEOpts() 136 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedOptimizerOpts()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | llvm-xray.cpp | 27 cl::ParseCommandLineOptions(argc, argv, in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 40 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 30 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
|
| H A D | gcov.cpp | 136 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in gcovMain()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-diff/ |
| H A D | llvm-diff.cpp | 69 cl::ParseCommandLineOptions(argc, argv); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 85 cl::ParseCommandLineOptions(argc, argv, "llvm symbol undecoration tool\n"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 113 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | bugpoint.cpp | 149 cl::ParseCommandLineOptions(argc, argv, in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 134 cl::ParseCommandLineOptions(argc, argv, "LLVM C++ mangled name remapper\n"); in main()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | TableGen.cpp | 249 cl::ParseCommandLineOptions(argc, argv); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | TableGen.cpp | 306 cl::ParseCommandLineOptions(argc, argv); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 158 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | CommonOptionsParser.cpp | 119 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) { in init()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 115 bool ParseCommandLineOptions(int argc, const char *const *argv, 1069 ParseCommandLineOptions(newArgc, &newArgv[0], StringRef(Overview)); in ParseEnvironmentOptions() 1072 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl 1093 return GlobalParser->ParseCommandLineOptions(NewArgc, &NewArgv[0], Overview, in ParseCommandLineOptions() 1106 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser 2270 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview), in LLVMParseCommandLineOptions()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 205 cl::ParseCommandLineOptions(argc, argv, "llvm-symbolizer\n"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 234 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get()); in ExecuteCompilerInvocation()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 117 cl::ParseCommandLineOptions(argc, argv, "llvm extractor\n"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 356 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n"); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 347 cl::ParseCommandLineOptions( in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 153 cl::ParseCommandLineOptions(argc, argv, "Resolution-based LTO test harness"); in run()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 263 cl::ParseCommandLineOptions(argc, argv, in main()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 574 cl::ParseCommandLineOptions(argc, argv, "LLVM profile data merger\n"); in merge_main() 925 cl::ParseCommandLineOptions(argc, argv, "LLVM profile data summary\n"); in show_main()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 607 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 312 cl::ParseCommandLineOptions(argc, argv, "llvm system compiler\n"); in main()
|