Home
last modified time | relevance | path

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

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/
H A 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 …]
H A Dexported_symbol_set.h42 const FunctionMap &GetFunctions() const { in GetFunctions() function
H A Dexported_symbol_set_test.cpp31 const ExportedSymbolSet::FunctionMap &funcs = symbols.GetFunctions(); in TEST()
/aosp_15_r20/external/google-breakpad/src/common/
H A Dstabs_to_module_unittest.cc65 m.GetFunctions(&functions, functions.end()); in TEST()
131 m.GetFunctions(&functions, functions.end()); in TEST()
166 m.GetFunctions(&functions, functions.end()); in TEST()
211 m.GetFunctions(&functions, functions.end()); in TEST()
H A Dmodule.h378 void GetFunctions(vector<Function*>* vec, vector<Function*>::iterator i);
H A Dmodule.cc232 void Module::GetFunctions(vector<Function*>* vec, in GetFunctions() function in google_breakpad::Module
H A Ddwarf_cu_to_module_unittest.cc598 module_.GetFunctions(&functions_, functions_.end()); in FillFunctions()
1582 m.GetFunctions(&functions, functions.end()); in TEST_F()
H A Dmodule_unittest.cc309 m.GetFunctions(&vec, vec.end()); in TEST()
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff.cpp71 if (!CollectDynsymExportables(old_tu.GetFunctions(), new_tu.GetFunctions(), in CompareTUs()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsaved_model_api.h48 virtual Status GetFunctions(
H A Dtf_saved_model_api.h61 Status GetFunctions(
H A Dtf_saved_model_api.cc192 Status TFSavedModelAPI::GetFunctions( in GetFunctions() function in tensorflow::TFSavedModelAPI
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_dumper.cpp67 for (auto &&item : SortAbiElements(module.GetFunctions())) { in DumpModule()
H A Dir_representation.h882 const AbiElementMap<FunctionIR> &GetFunctions() const { in GetFunctions() function
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dheader_abi_linker.cpp387 return LinkDecl(linked_module, module.GetFunctions(), symbol_filter); in LinkFunctions()
415 return (LinkExportedSymbols(linked_module, exported_symbols.GetFunctions()) && in LinkExportedSymbols()