Home
last modified time | relevance | path

Searched defs:linker_set_key (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/proto/
H A Dabi_dump.proto24 optional string linker_set_key = 6; field
80 optional string linker_set_key = 6; field
168 optional string linker_set_key = 3; field
H A Dabi_diff.proto42 optional string linker_set_key = 9; field
62 optional string linker_set_key = 7; field
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dheader_abi_linker.cpp384 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkFunctions()
392 auto symbol_filter = [this](const std::string &linker_set_key) { in LinkGlobalVars()
H A Dmodule_merger.cpp31 std::string linker_set_key = builtin_type->GetLinkerSetKey(); in MergeBuiltinType() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_diff_representation.h196 void SetLinkerSetKey(std::string linker_set_key) { in SetLinkerSetKey()
284 void SetLinkerSetKey(std::string linker_set_key) { in SetLinkerSetKey()
H A Dir_representation.h127 void SetLinkerSetKey(const std::string &linker_set_key) { in SetLinkerSetKey()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/
H A Dir_dumper.cpp104 const std::string &linker_set_key = type_ir->GetLinkerSetKey(); in AddTypeInfo() local
273 const std::string &linker_set_key = global_varp->GetLinkerSetKey(); in ConvertGlobalVarIR() local