Searched refs:GetLinkerSetKey (Results 1 – 10 of 10) sorted by relevance
40 return element.GetLinkerSetKey();56 return record_type_ir->GetLinkerSetKey(); in GetODRListMapKey()58 return record_type_ir->GetLinkerSetKey() + record_type_ir->GetSourceFile(); in GetODRListMapKey()62 return enum_type_ir->GetLinkerSetKey() + enum_type_ir->GetSourceFile(); in GetODRListMapKey()66 return function_type_ir->GetLinkerSetKey(); in GetODRListMapKey()
58 return lhs->GetLinkerSetKey() < rhs->GetLinkerSetKey(); in SortAbiElements()
92 functions_.insert({function.GetLinkerSetKey(), std::move(function)}); in AddFunction()101 {global_var.GetLinkerSetKey(), std::move(global_var)}); in AddGlobalVariable()
62 std::string linker_set_key = builtin_type->GetLinkerSetKey(); in MergeBuiltinType()518 return (message_map.find(lm->GetLinkerSetKey()) != message_map.end()); in IsLinkableMessagePresent()525 const std::string &function_linkage_name = addend_node->GetLinkerSetKey(); in MergeFunction()548 addend_node->GetLinkerSetKey(); in MergeGlobalVariable()
202 if (old_type->GetLinkerSetKey() != new_type->GetLinkerSetKey()) { in CompareEnumTypes()551 old_type->GetLinkerSetKey() != new_type->GetLinkerSetKey()) { in CompareRecordTypes()
103 const std::string &GetLinkerSetKey() const { in GetLinkerSetKey() function
35 if (oldp_->GetLinkerSetKey() != newp_->GetLinkerSetKey()) { in DumpDiff()51 if (oldp_->GetLinkerSetKey() != newp_->GetLinkerSetKey()) { in DumpDiff()
124 record_type->GetLinkerSetKey(), record_type); in ExtractUserDefinedTypes()128 static_cast<const repr::EnumTypeIR *>(type)->GetLinkerSetKey(), in ExtractUserDefinedTypes()329 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpLoneElements()339 const std::string &element_linker_set_key = element->GetLinkerSetKey(); in DumpLoneElements()383 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpDiffElements()
52 type_info->set_linker_set_key(typep->GetLinkerSetKey()); in AddTypeInfo()184 added_function.set_linker_set_key(functionp->GetLinkerSetKey()); in ConvertFunctionIR()228 added_global_var.set_linker_set_key(global_varp->GetLinkerSetKey()); in ConvertGlobalVarIR()
84 type_decl.Set("linker_set_key", type_ir->GetLinkerSetKey()); in AddTypeInfo()194 function.Set("linker_set_key", functionp->GetLinkerSetKey()); in ConvertFunctionIR()234 global_var.Set("linker_set_key", global_varp->GetLinkerSetKey()); in ConvertGlobalVarIR()