Home | History | Annotate | Download | only in gold

Lines Matching refs:visibility_

67 // is VISIBILITY.  Updated the VISIBILITY_ field accordingly.
79 if (this->visibility_ == elfcpp::STV_DEFAULT)
80 this->visibility_ = visibility;
81 else if (this->visibility_ > visibility)
82 this->visibility_ = visibility;
967 this->override_visibility(from->visibility_);