Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp36 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 Dllvm-xray.cpp27 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-12.1/contrib/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp40 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DTestingSupport.cpp30 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
H A Dgcov.cpp136 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in gcovMain()
/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp69 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp85 cl::ParseCommandLineOptions(argc, argv, "llvm symbol undecoration tool\n"); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp113 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A Dbugpoint.cpp149 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-12.1/contrib/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp134 cl::ParseCommandLineOptions(argc, argv, "LLVM C++ mangled name remapper\n"); in main()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DTableGen.cpp249 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DTableGen.cpp306 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp158 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n"); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp119 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) { in init()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp115 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 Dllvm-symbolizer.cpp205 cl::ParseCommandLineOptions(argc, argv, "llvm-symbolizer\n"); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp234 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get()); in ExecuteCompilerInvocation()
/freebsd-12.1/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp117 cl::ParseCommandLineOptions(argc, argv, "llvm extractor\n"); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp356 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n"); in main()
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp347 cl::ParseCommandLineOptions( in main()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp153 cl::ParseCommandLineOptions(argc, argv, "Resolution-based LTO test harness"); in run()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp263 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp574 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 DLTOCodeGenerator.cpp607 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp312 cl::ParseCommandLineOptions(argc, argv, "llvm system compiler\n"); in main()

12