HomeSort by relevance Sort by last modified time
    Searched full:incremental_mode_ (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
parameters.cc 69 debug_(0), incremental_mode_(General_options::INCREMENTAL_OFF),
96 // Set incremental_mode_ based on the value of the --incremental option.
98 this->incremental_mode_ = this->options().incremental_mode();
253 gold_assert(this->incremental_mode_ != General_options::INCREMENTAL_OFF);
254 if (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE)
256 this->incremental_mode_ = General_options::INCREMENTAL_FULL;
265 return this->incremental_mode_ != General_options::INCREMENTAL_OFF;
273 return this->incremental_mode_ == General_options::INCREMENTAL_FULL;
281 return (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE
282 || this->incremental_mode_ == General_options::INCREMENTAL_AUTO)
    [all...]
parameters.h 198 int incremental_mode_; member in class:gold::Parameters
options.cc 373 this->incremental_mode_ = INCREMENTAL_AUTO;
380 this->incremental_mode_ = INCREMENTAL_OFF;
387 this->incremental_mode_ = INCREMENTAL_FULL;
394 this->incremental_mode_ = INCREMENTAL_UPDATE;
943 incremental_mode_(INCREMENTAL_OFF),
    [all...]
options.h 1689 Incremental_mode incremental_mode_; member in class:gold::General_options
    [all...]

Completed in 86 milliseconds