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

  /toolchain/binutils/binutils-2.25/gold/
parameters.cc 247 // Returns false if the incremental mode was INCREMENTAL_UPDATE,
254 if (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE)
279 Parameters::incremental_update() const function in class:gold::Parameters
281 return (this->incremental_mode_ == General_options::INCREMENTAL_UPDATE
309 // Returns false if the incremental mode was INCREMENTAL_UPDATE,
options.cc 373 this->incremental_mode_ = INCREMENTAL_UPDATE;
    [all...]
options.h     [all...]

Completed in 456 milliseconds