Searched refs:incremental_mode_ (Results 1 – 5 of 5) sorted by relevance
69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF), in Parameters()98 this->incremental_mode_ = this->options().incremental_mode(); in set_options()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()
352 this->incremental_mode_ = INCREMENTAL_AUTO; in parse_incremental()359 this->incremental_mode_ = INCREMENTAL_OFF; in parse_no_incremental()366 this->incremental_mode_ = INCREMENTAL_FULL; in parse_incremental_full()373 this->incremental_mode_ = INCREMENTAL_UPDATE; in parse_incremental_update()922 incremental_mode_(INCREMENTAL_OFF), in General_options()1275 if (this->implicit_incremental_ && this->incremental_mode_ == INCREMENTAL_OFF) in finalize()1283 if (this->incremental_mode_ != INCREMENTAL_OFF) in finalize()
198 int incremental_mode_; variable
1521 { return this->incremental_mode_; } in incremental_mode()1655 Incremental_mode incremental_mode_; variable
7425 (General_options::incremental_mode_): New data member.7426 (General_options::finalize): Check incremental_mode_.7431 (General_options::incremental_mode_): New data member.7432 * parameters.cc (Parameters::incremental_mode_): New data member.7433 (Parameters::set_options): Set incremental_mode_.7441 (Parameters::incremental_mode_): New data member.