Searched refs:SetLinkerSetKey (Results 1 – 5 of 5) sorted by relevance
33 typep->SetLinkerSetKey(type_info.linker_set_key()); in ReadTypeInfo()94 function_ir.SetLinkerSetKey(function_protobuf.linker_set_key()); in FunctionProtobufToIR()210 global_variable_ir.SetLinkerSetKey( in ReadGlobalVariables()
209 type_ir->SetLinkerSetKey(type_decl.GetString("linker_set_key")); in ReadTypeInfo()274 function_ir.SetLinkerSetKey(function.GetString("linker_set_key")); in FunctionJsonToIR()324 global_variable_ir.SetLinkerSetKey( in ReadGlobalVariables()
78 added_function->SetLinkerSetKey(linkage_name); in MutateFunctionWithLinkageName()
293 typep->SetLinkerSetKey(type_name_with_destination); in CreateBasicNamedAndTypedDecl()934 global_varp->SetLinkerSetKey(mangled_name); in SetupGlobalVar()
111 void SetLinkerSetKey(const std::string &linker_set_key) { in SetLinkerSetKey() function