Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/llvm/unittests/Support/
H A DCommandLineTest.cpp220 cl::ParseCommandLineOptions(ARGC, Inputs[i]); in TEST()
232 cl::ParseCommandLineOptions(argc, argv); in testAliasRequired()
302 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args, nullptr, true)); in TEST()
314 EXPECT_TRUE(cl::ParseCommandLineOptions(3, args2, nullptr, true)); in TEST()
326 EXPECT_TRUE(cl::ParseCommandLineOptions(3, args3, nullptr, true)); in TEST()
342 EXPECT_FALSE(cl::ParseCommandLineOptions(3, args, nullptr, true)); in TEST()
358 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args, nullptr, true)); in TEST()
365 EXPECT_TRUE(cl::ParseCommandLineOptions(3, args2, nullptr, true)); in TEST()
372 EXPECT_TRUE(cl::ParseCommandLineOptions(3, args3, nullptr, true)); in TEST()
385 EXPECT_TRUE(cl::ParseCommandLineOptions(2, args, nullptr, true)); in TEST()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp35 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in parseFuzzerCLOpts()
71 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedBEOpts()
135 cl::ParseCommandLineOptions(CLArgs.size(), CLArgs.data()); in handleExecNameEncodedOptimizerOpts()
/aosp_15_r20/external/perfetto/src/bigtrace/worker/
H A Dworker_main.cc36 CommandLineOptions ParseCommandLineOptions(int argc, char** argv) { in ParseCommandLineOptions() function
56 CommandLineOptions options = ParseCommandLineOptions(argc, argv); in WorkerMain()
/aosp_15_r20/external/perfetto/src/bigtrace/orchestrator/
H A Dorchestrator_main.cc80 base::StatusOr<CommandLineOptions> ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function
148 ParseCommandLineOptions(argc, argv)); in OrchestratorMain()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceClFlags.cpp59 using llvm::cl::ParseCommandLineOptions;
130 cl::ParseCommandLineOptions(argc, argv); in parseFlags()
/aosp_15_r20/external/llvm/docs/
H A DCommandLine.rst93 cl::ParseCommandLineOptions(argc, argv);
594 argument to the `cl::ParseCommandLineOptions`_ call in main. This additional
601 cl::ParseCommandLineOptions(argc, argv, " CommandLine compiler example\n\n"
1263 `cl::ParseCommandLineOptions`_.
1269 only consists of one function `cl::ParseCommandLineOptions`_) and three main
1280 in ``-help`` can be modified prior to calling `cl::ParseCommandLineOptions`_.
1319 …cl::ParseCommandLineOptions(argc, argv, "This is a small program to demo the LLVM CommandLine API"…
1324 .. _cl::ParseCommandLineOptions:
1326 The ``cl::ParseCommandLineOptions`` function
1329 The ``cl::ParseCommandLineOptions`` function is designed to be called directly
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp124 bool ParseCommandLineOptions(int argc, const char *const *argv,
1001 ParseCommandLineOptions(newArgc, &newArgv[0], StringRef(Overview)); in ParseEnvironmentOptions()
1004 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl
1006 return GlobalParser->ParseCommandLineOptions(argc, argv, Overview, in ParseCommandLineOptions()
1019 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
2108 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview), true); in LLVMParseCommandLineOptions()
/aosp_15_r20/external/llvm/lib/Support/
H A DCommandLine.cpp111 bool ParseCommandLineOptions(int argc, const char *const *argv,
989 ParseCommandLineOptions(newArgc, &newArgv[0], Overview); in ParseEnvironmentOptions()
992 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl
994 return GlobalParser->ParseCommandLineOptions(argc, argv, Overview, in ParseCommandLineOptions()
1007 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
2152 llvm::cl::ParseCommandLineOptions(argc, argv, Overview, true); in LLVMParseCommandLineOptions()
/aosp_15_r20/external/llvm/utils/unittest/UnitTestMain/
H A DTestMain.cpp28 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_command_line_options.h53 llvm::cl::ParseCommandLineOptions(static_cast<int>(fake_argv.size()), in InitializeLLVMCommandLineOptions()
/aosp_15_r20/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp33 cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dsupport.go45 func ParseCommandLineOptions(args []string, overview string) { func
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp52 cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer/
H A Dmain.cc62 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/llvm/tools/llvm-split/
H A Dllvm-split.cpp46 cl::ParseCommandLineOptions(argc, argv, "LLVM module splitter\n"); in main()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dtfl_quantizer.cc60 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp174 bool ParseCommandLineOptions(int argc, const char *const *argv,
1270 ParseCommandLineOptions(newArgc, &newArgv[0], StringRef(Overview)); in ParseEnvironmentOptions()
1273 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl
1295 return GlobalParser->ParseCommandLineOptions(NewArgc, &NewArgv[0], Overview, in ParseCommandLineOptions()
1308 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
2588 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview), in LLVMParseCommandLineOptions()
/aosp_15_r20/external/llvm/unittests/Analysis/
H A DMixedTBAATest.cpp71 cl::ParseCommandLineOptions(sizeof(args) / sizeof(const char*), args); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tools/
H A Dop_quant_spec_getters_gen.cc110 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DTestingSupport.cpp30 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp71 cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp69 cl::ParseCommandLineOptions(argc, argv); in main()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
H A Dserver.cpp46 cl::ParseCommandLineOptions(argc, argv, "LLVM lazy JIT example.\n"); in main()
/aosp_15_r20/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp96 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()

12345