Lines Matching refs:find
32 auto builtin_it = module_->builtin_types_.find(linker_set_key); in MergeBuiltinType()
52 auto it = module_->odr_list_map_.find(ud_type_unique_id_and_source); in LookupUserDefinedType()
128 auto local_to_global_it = local_to_global_type_id_map->find( in MergeReferencingTypeInternal()
139 auto local_type_it = addend.type_graph_.find(referenced_type_id); in MergeReferencingTypeInternal()
207 auto type_id_it = module_->type_graph_.find(added_type_id); in UpdateUDTypeAccounting()
252 auto it = addend.type_graph_.find(underlying_type_id); in MergeEnumDependencies()
313 auto it = parent_map->find(GetReferencedTypeMapKey(added_node)); in MergeReferencingTypeInternalAndUpdateParent()
364 auto it = type_graph.find(type_ir->GetReferencedType()); in DereferenceType()
384 auto type_id_it = module_->type_graph_.find(added_type_id); in MergeReferencingType()
469 auto type_it = local_to_global_type_id_map->find(addend_node->GetSelfType()); in MergeType()
490 addend.type_graph_.find(cfunction_like_ir->GetReturnType()); in MergeCFunctionLikeDeps()
522 return (message_map.find(lm->GetLinkerSetKey()) != message_map.end()); in IsLinkableMessagePresent()