Searched refs:GetLinkerSetKey (Results 1 – 8 of 8) sorted by relevance
40 return element.GetLinkerSetKey();56 return record_type_ir->GetLinkerSetKey() + record_type_ir->GetUniqueId(); 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()
56 std::string builtin_linker_set_key = builtin_type->GetLinkerSetKey(); in IsBuiltinTypeNodePresent()511 return (message_map.find(lm->GetLinkerSetKey()) != message_map.end()); in IsLinkableMessagePresent()518 const std::string &function_linkage_name = addend_node->GetLinkerSetKey(); in MergeFunction()540 addend_node->GetLinkerSetKey(); in MergeGlobalVariable()
103 const std::string &GetLinkerSetKey() const { in GetLinkerSetKey() function
324 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpLoneElements()334 const std::string &element_linker_set_key = element->GetLinkerSetKey(); in DumpLoneElements()378 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpDiffElements()
84 type_decl.Set("linker_set_key", type_ir->GetLinkerSetKey()); in AddTypeInfo()200 function.Set("linker_set_key", functionp->GetLinkerSetKey()); in ConvertFunctionIR()241 global_var.Set("linker_set_key", global_varp->GetLinkerSetKey()); in ConvertGlobalVarIR()
52 type_info->set_linker_set_key(typep->GetLinkerSetKey()); in AddTypeInfo()195 added_function.set_linker_set_key(functionp->GetLinkerSetKey()); in ConvertFunctionIR()240 added_global_var.set_linker_set_key(global_varp->GetLinkerSetKey()); in ConvertGlobalVarIR()