HomeSort by relevance Sort by last modified time
    Searched refs:INCREMENTAL_FULL (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
parameters.cc 245 // Set the incremental linking mode to INCREMENTAL_FULL. Used when
256 this->incremental_mode_ = General_options::INCREMENTAL_FULL;
271 Parameters::incremental_full() const function in class:gold::Parameters
273 return this->incremental_mode_ == General_options::INCREMENTAL_FULL;
307 // Set the incremental linking mode to INCREMENTAL_FULL. Used when
options.cc 366 this->incremental_mode_ = INCREMENTAL_FULL;
    [all...]
options.h     [all...]

Completed in 699 milliseconds