Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp26 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-13.1/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp69 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp74 llvm::cl::ParseCommandLineOptions(1, &arg0); in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp55 cl::ParseCommandLineOptions( in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp47 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp72 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp55 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp31 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
H A Dgcov.cpp169 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in gcovMain()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp101 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp112 cl::ParseCommandLineOptions(argc, argv, "LLVM IR Similarity Visualizer\n"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp119 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp116 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) { in init()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp70 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp168 cl::ParseCommandLineOptions(argc, argv, in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp145 cl::ParseCommandLineOptions(argc, argv, "LLVM C++ mangled name remapper\n"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp283 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp162 cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp97 cl::ParseCommandLineOptions(argc, argv, "merge split dwarf (.dwo) files\n"); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp236 llvm::cl::ParseCommandLineOptions(NumArgs + 1, Args.get()); in ExecuteCompilerInvocation()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp479 cl::ParseCommandLineOptions(argc, argv); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp177 bool ParseCommandLineOptions(int argc, const char *const *argv,
1297 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl
1320 return GlobalParser->ParseCommandLineOptions(NewArgc, &NewArgv[0], Overview, in ParseCommandLineOptions()
1333 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
2676 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview), in LLVMParseCommandLineOptions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp144 cl::ParseCommandLineOptions(argc, argv, "llvm extractor\n"); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp451 cl::ParseCommandLineOptions(argc, argv, "llvm linker\n"); in main()

12