Searched defs:ParseCommandLineOptions (Results 1 – 8 of 8) sorted by relevance
/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/perfetto/src/bigtrace/worker/ |
H A D | worker_main.cc | 36 CommandLineOptions ParseCommandLineOptions(int argc, char** argv) { in ParseCommandLineOptions() function
|
/aosp_15_r20/external/perfetto/src/bigtrace/orchestrator/ |
H A D | orchestrator_main.cc | 80 base::StatusOr<CommandLineOptions> ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 1004 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl 1019 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | CommandLine.cpp | 992 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl 1007 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1273 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl 1308 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1447 bool cl::ParseCommandLineOptions(int argc, const char *const *argv, in ParseCommandLineOptions() function in cl 1491 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions() function in CommandLineParser
|
/aosp_15_r20/external/perfetto/src/trace_processor/ |
H A D | trace_processor_shell.cc | 839 CommandLineOptions ParseCommandLineOptions(int argc, char** argv) { in ParseCommandLineOptions() function
|