/netbsd/external/apache2/llvm/dist/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()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | llvm-xray.cpp | 26 cl::ParseCommandLineOptions(argc, argv, in main()
|
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/UnitTestMain/ |
H A D | TestMain.cpp | 30 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/utils/fpcmp/ |
H A D | fpcmp.cpp | 32 cl::ParseCommandLineOptions(argc, argv); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | support.go | 44 func ParseCommandLineOptions(args []string, overview string) { func
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | llvm-profgen.cpp | 45 cl::ParseCommandLineOptions(argc, argv, "llvm SPGO profile generator\n"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithInitializers/ |
H A D | LLJITWithInitializers.cpp | 69 cl::ParseCommandLineOptions(argc, argv, "LLJITWithInitializers"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/ |
H A D | LLJITWithCustomObjectLinkingLayer.cpp | 36 cl::ParseCommandLineOptions(argc, argv, "LLJITWithCustomObjectLinkingLayer"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITDumpObjects/ |
H A D | LLJITDumpObjects.cpp | 43 cl::ParseCommandLineOptions(argc, argv, "LLJITDumpObjects"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-split/ |
H A D | llvm-split.cpp | 45 cl::ParseCommandLineOptions(argc, argv, "LLVM module splitter\n"); in main()
|
/netbsd/external/apache2/llvm/dist/clang/tools/apinotes-test/ |
H A D | APINotesTest.cpp | 28 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/netbsd/external/apache2/llvm/dist/clang/tools/diagtool/ |
H A D | FindDiagnosticID.cpp | 54 llvm::cl::ParseCommandLineOptions((int)Args.size(), Args.data(), in run()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/ |
H A D | HowToUseLLJIT.cpp | 84 cl::ParseCommandLineOptions(argc, argv, "HowToUseLLJIT"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-modextract/ |
H A D | llvm-modextract.cpp | 39 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
H A D | LLJITWithObjectCache.cpp | 86 cl::ParseCommandLineOptions(argc, argv, "LLJITWithObjectCache"); in main()
|
/netbsd/external/apache2/llvm/dist/clang/tools/clang-repl/ |
H A D | ClangRepl.cpp | 52 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
H A D | llvm-diff.cpp | 68 cl::ParseCommandLineOptions(argc, argv); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cat/ |
H A D | llvm-cat.cpp | 52 cl::ParseCommandLineOptions(argc, argv, "Module concatenation"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
H A D | LLJITWithGDBRegistrationListener.cpp | 51 cl::ParseCommandLineOptions(argc, argv, "LLJITWithGDBRegistrationListener"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/ |
H A D | LLJITWithLazyReexports.cpp | 99 cl::ParseCommandLineOptions(argc, argv, "LLJITWithLazyReexports"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 88 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n"); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc-disassemble-fuzzer/ |
H A D | llvm-mc-disassemble-fuzzer.cpp | 111 cl::ParseCommandLineOptions(*argc, OriginalArgv); in LLVMFuzzerInitialize()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | obj2yaml.cpp | 82 cl::ParseCommandLineOptions(argc, argv); in main()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 31 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
|
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 100 cl::ParseCommandLineOptions(argc, argv, "llvm string dumper\n"); in main()
|