Home
last modified time | relevance | path

Searched refs:GetFunctionTypes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_dumper.cpp76 for (auto &&item : SortAbiElements(module.GetFunctionTypes())) { in DumpModule()
H A Dir_representation.h894 const AbiElementMap<FunctionTypeIR> &GetFunctionTypes() const { in GetFunctionTypes() function
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dheader_abi_linker.cpp363 LinkDecl(linked_module, module.GetFunctionTypes(), no_filter) && in LinkTypes()