Home
last modified time | relevance | path

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

12345

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp26 cl::ParseCommandLineOptions(argc, argv, in main()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/UnitTestMain/
H A DTestMain.cpp30 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/netbsd/external/apache2/llvm/dist/llvm/utils/fpcmp/
H A Dfpcmp.cpp32 cl::ParseCommandLineOptions(argc, argv); in main()
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dsupport.go44 func ParseCommandLineOptions(args []string, overview string) { func
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp45 cl::ParseCommandLineOptions(argc, argv, "llvm SPGO profile generator\n"); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithInitializers/
H A DLLJITWithInitializers.cpp69 cl::ParseCommandLineOptions(argc, argv, "LLJITWithInitializers"); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp36 cl::ParseCommandLineOptions(argc, argv, "LLJITWithCustomObjectLinkingLayer"); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp43 cl::ParseCommandLineOptions(argc, argv, "LLJITDumpObjects"); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-split/
H A Dllvm-split.cpp45 cl::ParseCommandLineOptions(argc, argv, "LLVM module splitter\n"); in main()
/netbsd/external/apache2/llvm/dist/clang/tools/apinotes-test/
H A DAPINotesTest.cpp28 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/netbsd/external/apache2/llvm/dist/clang/tools/diagtool/
H A DFindDiagnosticID.cpp54 llvm::cl::ParseCommandLineOptions((int)Args.size(), Args.data(), in run()
/netbsd/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp84 cl::ParseCommandLineOptions(argc, argv, "HowToUseLLJIT"); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp39 cl::ParseCommandLineOptions(argc, argv, "Module extractor"); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp86 cl::ParseCommandLineOptions(argc, argv, "LLJITWithObjectCache"); in main()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-repl/
H A DClangRepl.cpp52 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp68 cl::ParseCommandLineOptions(argc, argv); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp52 cl::ParseCommandLineOptions(argc, argv, "Module concatenation"); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp51 cl::ParseCommandLineOptions(argc, argv, "LLJITWithGDBRegistrationListener"); in main()
/netbsd/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp99 cl::ParseCommandLineOptions(argc, argv, "LLJITWithLazyReexports"); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp88 cl::ParseCommandLineOptions(argc, argv, "llvm-bcanalyzer file analyzer\n"); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mc-disassemble-fuzzer/
H A Dllvm-mc-disassemble-fuzzer.cpp111 cl::ParseCommandLineOptions(*argc, OriginalArgv); in LLVMFuzzerInitialize()
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp82 cl::ParseCommandLineOptions(argc, argv); in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DTestingSupport.cpp31 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp100 cl::ParseCommandLineOptions(argc, argv, "llvm string dumper\n"); in main()

12345