Home
last modified time | relevance | path

Searched refs:GetGlobalVariables (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff.cpp76 !CollectDynsymExportables(old_tu.GetGlobalVariables(), in CompareTUs()
77 new_tu.GetGlobalVariables(), in CompareTUs()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_dumper.cpp70 for (auto &&item : SortAbiElements(module.GetGlobalVariables())) { in DumpModule()
H A Dir_representation.h886 const AbiElementMap<GlobalVarIR> &GetGlobalVariables() const { in GetGlobalVariables() function
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dheader_abi_linker.cpp395 return LinkDecl(linked_module, module.GetGlobalVariables(), symbol_filter); in LinkGlobalVars()