Home
last modified time | relevance | path

Searched refs:ParseCommandLineOptions (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDFuzzerCLI.cpp29 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-14-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDllvm-xray.cpp26 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-remarkutil/
HDRemarkUtil.cpp38 cl::ParseCommandLineOptions(argc, argv, "Remark file utilities\n"); in main()
/freebsd-14-stable/contrib/llvm-project/lldb/utils/TableGen/
HDLLDBTableGen.cpp70 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSystemInitializerFull.cpp68 llvm::cl::ParseCommandLineOptions(1, &arg0); in Initialize()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDTableGen.cpp82 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
HDllvm-modextract.cpp49 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-diff/
HDllvm-diff.cpp73 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-sim/
HDllvm-sim.cpp111 cl::ParseCommandLineOptions(argc, argv, "LLVM IR Similarity Visualizer\n"); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDbugpoint.cpp121 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDTestingSupport.cpp34 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
HDgcov.cpp167 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in gcovMain()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp107 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n"); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
HDllvm-debuginfo-analyzer.cpp101 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-as/
HDllvm-as.cpp121 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
HDllvm-cxxmap.cpp145 cl::ParseCommandLineOptions(argc, argv, "LLVM C++ mangled name remapper\n"); in main()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/
HDCommonOptionsParser.cpp116 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) { in init()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp172 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n"); in main()
/freebsd-14-stable/contrib/llvm-project/clang/lib/FrontendTool/
HDExecuteCompilerInvocation.cpp238 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get()); in ExecuteCompilerInvocation()
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDTableGen.cpp583 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-extract/
HDllvm-extract.cpp144 cl::ParseCommandLineOptions(argc, argv, "llvm extractor\n"); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDCommandLine.cpp171 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-14-stable/contrib/llvm-project/llvm/tools/llvm-link/
HDllvm-link.cpp490 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n"); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp232 cl::ParseCommandLineOptions(argc, argv, "Resolution-based LTO test harness"); in run()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mc/
HDllvm-mc.cpp356 cl::ParseCommandLineOptions(argc, argv, "llvm machine code playground\n"); in main()

12