Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/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.cc403 this->incremental_mode_ = INCREMENTAL_OFF; in parse_no_incremental()
1020 incremental_mode_(INCREMENTAL_OFF), in General_options()
1397 if (this->implicit_incremental_ && this->incremental_mode_ == INCREMENTAL_OFF) in finalize()
1405 if (this->incremental_mode_ != INCREMENTAL_OFF) in finalize()
Doptions.h1684 INCREMENTAL_OFF, enumerator