Home | History | Annotate | Download | only in gold

Lines Matching full:is_global

2189 // V/IS_GLOBAL.
2193 const Version_tree* v, bool is_global,
2198 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve)));
2215 else if (is_global != vtm.is_global)
2226 // All matches go to V, and IS_GLOBAL is true if they are global
2233 bool is_global)
2250 && this->default_is_global_ != is_global)
2255 this->default_is_global_ = is_global;
2264 this->globs_.push_back(Glob(&exp, v, is_global));
2271 this->add_exact_match(pattern, v, is_global, &exp,
2344 *p_is_global = vtm.is_global;
2352 if (p_is_global != NULL && vtm.is_global)
2379 *p_is_global = p->is_global;