Lines Matching refs:find
63 auto builtin_it = module_->builtin_types_.find(linker_set_key); in MergeBuiltinType()
83 auto it = module_->odr_list_map_.find(ud_type_unique_id_and_source); in LookupUserDefinedType()
159 auto local_to_global_it = local_to_global_type_id_map->find( in MergeReferencingTypeInternal()
170 auto local_type_it = addend.module_->type_graph_.find(referenced_type_id); in MergeReferencingTypeInternal()
235 auto type_id_it = module_->type_graph_.find(added_type_id); in UpdateUDTypeAccounting()
280 auto it = addend.module_->type_graph_.find(underlying_type_id); in MergeEnumDependencies()
354 auto it = parent_map->find(GetReferencedTypeMapKey(added_node)); in MergeReferencingTypeInternalAndUpdateParent()
389 auto type_id_it = module_->type_graph_.find(added_type_id); in MergeReferencingType()
466 auto type_it = local_to_global_type_id_map->find(addend_node->GetSelfType()); in MergeType()
487 addend.module_->type_graph_.find(cfunction_like_ir->GetReturnType()); in MergeCFunctionLikeDeps()
518 return (message_map.find(lm->GetLinkerSetKey()) != message_map.end()); in IsLinkableMessagePresent()