Home
last modified time | relevance | path

Searched refs:INCREMENTAL_OFF (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dparameters.cc69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF), in Parameters()
253 gold_assert(this->incremental_mode_ != General_options::INCREMENTAL_OFF); in set_incremental_full()
265 return this->incremental_mode_ != General_options::INCREMENTAL_OFF; in incremental()
Doptions.cc359 this->incremental_mode_ = INCREMENTAL_OFF; in parse_no_incremental()
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()
Doptions.h1508 INCREMENTAL_OFF, enumerator