Home
last modified time | relevance | path

Searched refs:SetLinkerSetKey (Results 1 – 7 of 7) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp33 typep->SetLinkerSetKey(type_info.linker_set_key()); in ReadTypeInfo()
94 function_ir.SetLinkerSetKey(function_protobuf.linker_set_key()); in FunctionProtobufToIR()
208 global_variable_ir.SetLinkerSetKey( in ReadGlobalVariables()
/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h196 void SetLinkerSetKey(std::string linker_set_key) { in SetLinkerSetKey() function
284 void SetLinkerSetKey(std::string linker_set_key) { in SetLinkerSetKey() function
Dabi_diff_helpers.cpp168 enum_type_diff_ir->SetLinkerSetKey(old_type->GetLinkerSetKey()); in CompareEnumTypes()
604 record_type_diff_ir->SetLinkerSetKey(old_type->GetLinkerSetKey()); in CompareRecordTypes()
Dir_representation.h123 void SetLinkerSetKey(const std::string &linker_set_key) { in SetLinkerSetKey() function
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp210 type_ir->SetLinkerSetKey(type_decl.GetString("linker_set_key")); in ReadTypeInfo()
279 function_ir.SetLinkerSetKey(function.GetString("linker_set_key")); in FunctionJsonToIR()
327 global_variable_ir.SetLinkerSetKey( in ReadGlobalVariables()
/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp90 added_function->SetLinkerSetKey(linkage_name); in MutateFunctionWithLinkageName()
Dabi_wrappers.cpp305 typep->SetLinkerSetKey(mangled_name); in CreateBasicNamedAndTypedDecl()
947 global_varp->SetLinkerSetKey(mangled_name); in SetupGlobalVar()