Lines Matching refs:General_options

69      debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF),  in Parameters()
89 Parameters::set_options(const General_options* options) in set_options()
208 General_options::Endianness endianness = this->options().endianness(); in check_target_endianness()
209 if (endianness != General_options::ENDIANNESS_NOT_SET) in check_target_endianness()
212 if (endianness == General_options::ENDIANNESS_BIG) in check_target_endianness()
216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE); in check_target_endianness()
253 gold_assert(this->incremental_mode_ != General_options::INCREMENTAL_OFF); in set_incremental_full()
254 if (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE) in set_incremental_full()
256 this->incremental_mode_ = General_options::INCREMENTAL_FULL; in set_incremental_full()
265 return this->incremental_mode_ != General_options::INCREMENTAL_OFF; in incremental()
273 return this->incremental_mode_ == General_options::INCREMENTAL_FULL; in incremental_full()
281 return (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE in incremental_update()
282 || this->incremental_mode_ == General_options::INCREMENTAL_AUTO); in incremental_update()
294 set_parameters_options(const General_options* options) in set_parameters_options()
356 General_options::Endianness endianness = parameters->options().endianness(); in parameters_force_valid_target()
357 if (endianness == General_options::ENDIANNESS_BIG) in parameters_force_valid_target()
359 else if (endianness == General_options::ENDIANNESS_LITTLE) in parameters_force_valid_target()