Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp385 cl::ParseCommandLineOptions(ARGC, Inputs[i]); in TEST()
397 cl::ParseCommandLineOptions(argc, argv); in testAliasRequired()
458 EXPECT_TRUE(cl::ParseCommandLineOptions(array_lengthof(args), args, in TEST()
1765 EXPECT_FALSE(cl::ParseCommandLineOptions(4, args1, StringRef(), in TEST()
1771 EXPECT_TRUE(cl::ParseCommandLineOptions(4, args2, StringRef(), in TEST()
1777 EXPECT_TRUE(cl::ParseCommandLineOptions(4, args3, StringRef(), in TEST()
1881 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args1)); in TEST()
1889 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args2)); in TEST()
1897 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args3)); in TEST()
1905 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args4)); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp29 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in parseFuzzerCLOpts()
65 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedBEOpts()
129 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedOptimizerOpts()
/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp138 llvm::cl::ParseCommandLineOptions(numArgs + 1, args.get()); in executeCompilerInvocation()
153 llvm::cl::ParseCommandLineOptions(numArgs + 1, args.get()); in executeCompilerInvocation()
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp26 cl::ParseCommandLineOptions(argc, argv, in main()
/llvm-project-15.0.7/bolt/tools/driver/
H A Dllvm-bolt.cpp103 cl::ParseCommandLineOptions( in perf2boltMode()
132 cl::ParseCommandLineOptions( in boltDiffMode()
161 cl::ParseCommandLineOptions(argc, argv, in boltMode()
/llvm-project-15.0.7/llvm/utils/unittest/UnitTestMain/
H A DTestMain.cpp35 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/llvm-project-15.0.7/llvm/utils/fpcmp/
H A Dfpcmp.cpp32 cl::ParseCommandLineOptions(argc, argv); in main()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dsupport.go44 func ParseCommandLineOptions(args []string, overview string) { func
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBTableGen.cpp69 cl::ParseCommandLineOptions(argc, argv); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp36 cl::ParseCommandLineOptions(argc, argv, "LLJITWithCustomObjectLinkingLayer"); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithInitializers/
H A DLLJITWithInitializers.cpp69 cl::ParseCommandLineOptions(argc, argv, "LLJITWithInitializers"); in main()
/llvm-project-15.0.7/lldb/source/API/
H A DSystemInitializerFull.cpp67 llvm::cl::ParseCommandLineOptions(1, &arg0); in Initialize()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp43 cl::ParseCommandLineOptions(argc, argv, "LLJITDumpObjects"); in main()
/llvm-project-15.0.7/mlir/examples/toy/Ch1/
H A Dtoyc.cpp51 cl::ParseCommandLineOptions(argc, argv, "toy compiler\n"); in main()
/llvm-project-15.0.7/clang/tools/apinotes-test/
H A DAPINotesTest.cpp28 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/llvm-project-15.0.7/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp84 cl::ParseCommandLineOptions(argc, argv, "HowToUseLLJIT"); in main()
/llvm-project-15.0.7/libc/utils/HdrGen/
H A DMain.cpp59 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMlirLspServerMain.cpp56 llvm::cl::ParseCommandLineOptions(argc, argv, "MLIR LSP Language Server"); in MlirLspServerMain()
/llvm-project-15.0.7/clang/tools/diagtool/
H A DFindDiagnosticID.cpp54 llvm::cl::ParseCommandLineOptions((int)Args.size(), Args.data(), in run()
/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp46 cl::ParseCommandLineOptions(Argc, Argv, "Text-based Stubs Comparison Tool"); in main()
/llvm-project-15.0.7/llvm/tools/llvm-split/
H A Dllvm-split.cpp54 cl::ParseCommandLineOptions(argc, argv, "LLVM module splitter\n"); in main()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp86 cl::ParseCommandLineOptions(argc, argv, "LLJITWithObjectCache"); in main()
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dmllvm.ll7 ;; most -plugin-opt=- prefixed options are passed through to cl::ParseCommandLineOptions.
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/monitor/
H A DMonitor.cpp43 llvm::cl::ParseCommandLineOptions(argc, argv, Overview); in main()
/llvm-project-15.0.7/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp52 cl::ParseCommandLineOptions(argc, argv, "Module concatenation"); in main()

1234567