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.cpp56 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
89 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
104 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
143 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
176 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
191 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
205 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
219 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
234 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
249 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST()
[all …]
Dexported_symbol_set.h42 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.h822 const AbiElementMap<FunctionIR> &GetFunctions() const { in GetFunctions() function
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp71 if (!CollectDynsymExportables(old_tu.GetFunctions(), new_tu.GetFunctions(), in CompareTUs()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp375 return LinkDecl(linked_module, module.GetFunctions(), symbol_filter); in LinkFunctions()
403 return (LinkExportedSymbols(linked_module, exported_symbols.GetFunctions()) && in LinkExportedSymbols()