Lines Matching refs:option_arg
69 uint32_t option_idx, llvm::StringRef option_arg, in SetOptionValue() argument
78 result = OptionArgParser::ToOptionEnum(option_arg, GetDynamicValueTypes(), in SetOptionValue()
103 if (option_arg.getAsInteger(0, max_depth)) { in SetOptionValue()
106 option_arg.str().c_str()); in SetOptionValue()
113 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue()
116 option_arg.str().c_str()); in SetOptionValue()
121 if (option_arg.getAsInteger(0, ptr_depth)) { in SetOptionValue()
124 option_arg.str().c_str()); in SetOptionValue()
129 if (option_arg.empty()) in SetOptionValue()
131 else if (option_arg.getAsInteger(0, no_summary_depth)) { in SetOptionValue()
134 option_arg.str().c_str()); in SetOptionValue()
139 use_synth = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue()
142 option_arg.str().c_str()); in SetOptionValue()
146 run_validator = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue()
149 option_arg.str().c_str()); in SetOptionValue()