Home
last modified time | relevance | path

Searched refs:SetLinkerSetKey (Results 1 – 5 of 5) 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()
210 global_variable_ir.SetLinkerSetKey( in ReadGlobalVariables()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp209 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()
/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp78 added_function->SetLinkerSetKey(linkage_name); in MutateFunctionWithLinkageName()
Dabi_wrappers.cpp293 typep->SetLinkerSetKey(type_name_with_destination); in CreateBasicNamedAndTypedDecl()
934 global_varp->SetLinkerSetKey(mangled_name); in SetupGlobalVar()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h111 void SetLinkerSetKey(const std::string &linker_set_key) { in SetLinkerSetKey() function