/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 220 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 D | FuzzerCLI.cpp | 29 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 D | FuzzerCLI.cpp | 35 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 D | worker_main.cc | 36 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 D | orchestrator_main.cc | 80 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 D | IceClFlags.cpp | 59 using llvm::cl::ParseCommandLineOptions; 130 cl::ParseCommandLineOptions(argc, argv); in parseFlags()
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CommandLine.rst | 93 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 D | CommandLine.cpp | 124 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 D | CommandLine.cpp | 111 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 D | TestMain.cpp | 28 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | llvm_command_line_options.h | 53 llvm::cl::ParseCommandLineOptions(static_cast<int>(fake_argv.size()), in InitializeLLVMCommandLineOptions()
|
/aosp_15_r20/external/llvm/utils/fpcmp/ |
H A D | fpcmp.cpp | 33 cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | support.go | 45 func ParseCommandLineOptions(args []string, overview string) { func
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | obj2yaml.cpp | 52 cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer/ |
H A D | main.cc | 62 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/llvm/tools/llvm-split/ |
H A D | llvm-split.cpp | 46 cl::ParseCommandLineOptions(argc, argv, "LLVM module splitter\n"); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
H A D | tfl_quantizer.cc | 60 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 174 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 D | MixedTBAATest.cpp | 71 cl::ParseCommandLineOptions(sizeof(args) / sizeof(const char*), args); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tools/ |
H A D | op_quant_spec_getters_gen.cc | 110 llvm::cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 30 cl::ParseCommandLineOptions(argc, argv, "LLVM code coverage tool\n"); in convertForTestingMain()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2obj.cpp | 71 cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/llvm/tools/llvm-diff/ |
H A D | llvm-diff.cpp | 69 cl::ParseCommandLineOptions(argc, argv); in main()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
H A D | server.cpp | 46 cl::ParseCommandLineOptions(argc, argv, "LLVM lazy JIT example.\n"); in main()
|
/aosp_15_r20/external/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 96 cl::ParseCommandLineOptions(argc, argv, "llvm .ll -> .bc assembler\n"); in main()
|