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

  /toolchain/binutils/binutils-2.27/gold/
parameters.h 160 // Set the incremental linking mode to INCREMENTAL_FULL. Used when
173 incremental_full() const;
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.h     [all...]
output.cc     [all...]

Completed in 72 milliseconds