Home
last modified time | relevance | path

Searched refs:declarations_ (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.cc296 Declaration_map declarations_; member in gold::Gdb_index_info_reader
703 Declaration_map::iterator it = this->declarations_.find(spec); in add_declaration()
704 if (it != this->declarations_.end()) in add_declaration()
722 this->declarations_.insert(std::make_pair(die->offset(), decl)); in add_declaration()
742 this->declarations_.insert(std::make_pair(die->offset(), decl)); in add_declaration_with_full_name()
751 Declaration_map::iterator it = this->declarations_.find(die_offset); in get_context()
752 if (it != this->declarations_.end()) in get_context()
783 Declaration_map::iterator it = this->declarations_.find(spec); in get_qualified_name()
784 if (it != this->declarations_.end()) in get_qualified_name()
800 Declaration_map::iterator it = this->declarations_.find(parent_offset); in get_qualified_name()
[all …]