Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser_test.cpp51 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
90 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
106 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
145 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
187 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
204 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
221 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
238 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
255 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
284 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
[all …]
Dexported_symbol_set.h41 const FunctionMap &GetFunctions() const { in GetFunctions() function
Dexported_symbol_set_test.cpp31 const ExportedSymbolSet::FunctionMap &funcs = symbols.GetFunctions(); in TEST()
/development/vndk/tools/header-checker/src/repr/
Dir_dumper.cpp67 for (auto &&item : SortAbiElements(module.GetFunctions())) { in DumpModule()
Dir_representation.h782 const AbiElementMap<FunctionIR> &GetFunctions() const { in GetFunctions() function
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp65 if (!CollectDynsymExportables(old_tu.GetFunctions(), new_tu.GetFunctions(), in CompareTUs()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp332 return LinkDecl(linked_module, module.GetFunctions(), symbol_filter); in LinkFunctions()
360 return (LinkExportedSymbols(linked_module, exported_symbols.GetFunctions()) && in LinkExportedSymbols()