Home
last modified time | relevance | path

Searched refs:incremental_mode_ (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dparameters.cc69 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()
Doptions.cc352 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()
Dparameters.h198 int incremental_mode_; variable
Doptions.h1521 { return this->incremental_mode_; } in incremental_mode()
1655 Incremental_mode incremental_mode_; variable
DChangeLog7425 (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.