Searched refs:input_args (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp798 llvm::Optional<int> InitializeReproducer(opt::InputArgList &input_args) { argument
799 if (auto *replay_path = input_args.getLastArg(OPT_replay)) {
800 const bool skip_version_check = input_args.hasArg(OPT_skip_version_check);
809 bool capture = input_args.hasArg(OPT_capture);
810 auto *capture_path = input_args.getLastArg(OPT_capture_path);
842 opt::InputArgList input_args = T.ParseArgs(arg_arr, MAI, MAC); local
844 if (input_args.hasArg(OPT_help)) {
849 for (auto *arg : input_args.filtered(OPT_UNKNOWN)) {
854 if (auto exit_code = InitializeReproducer(input_args)) {
884 SBError error(driver.ProcessArgs(input_args, exitin
[all...]

Completed in 98 milliseconds