Searched refs:filename_pattern_ (Results 1 – 1 of 1) sorted by relevance
1295 std::string filename_pattern_; member in gold::Output_section_element_input1321 : filename_pattern_(), in Output_section_element_input()1333 this->filename_pattern_.assign(spec->file.name.value, in Output_section_element_input()1335 this->filename_is_wildcard_ = is_wildcard_string(this->filename_pattern_.c_str()); in Output_section_element_input()1367 if (!this->filename_pattern_.empty()) in match_file_name()1374 if (!match(file_name, this->filename_pattern_.c_str(), in match_file_name()1708 if (!this->filename_pattern_.empty()) in print()1723 fprintf(f, "%s", this->filename_pattern_.c_str()); in print()