Searched refs:GetFunctions (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/ |
H A D | version_script_parser_test.cpp | 56 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 D | exported_symbol_set.h | 42 const FunctionMap &GetFunctions() const { in GetFunctions() function
|
H A D | exported_symbol_set_test.cpp | 31 const ExportedSymbolSet::FunctionMap &funcs = symbols.GetFunctions(); in TEST()
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | stabs_to_module_unittest.cc | 65 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 D | module.h | 378 void GetFunctions(vector<Function*>* vec, vector<Function*>::iterator i);
|
H A D | module.cc | 232 void Module::GetFunctions(vector<Function*>* vec, in GetFunctions() function in google_breakpad::Module
|
H A D | dwarf_cu_to_module_unittest.cc | 598 module_.GetFunctions(&functions_, functions_.end()); in FillFunctions() 1582 m.GetFunctions(&functions, functions.end()); in TEST_F()
|
H A D | module_unittest.cc | 309 m.GetFunctions(&vec, vec.end()); in TEST()
|
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/ |
H A D | abi_diff.cpp | 71 if (!CollectDynsymExportables(old_tu.GetFunctions(), new_tu.GetFunctions(), in CompareTUs()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/ |
H A D | saved_model_api.h | 48 virtual Status GetFunctions(
|
H A D | tf_saved_model_api.h | 61 Status GetFunctions(
|
H A D | tf_saved_model_api.cc | 192 Status TFSavedModelAPI::GetFunctions( in GetFunctions() function in tensorflow::TFSavedModelAPI
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/ |
H A D | ir_dumper.cpp | 67 for (auto &&item : SortAbiElements(module.GetFunctions())) { in DumpModule()
|
H A D | ir_representation.h | 882 const AbiElementMap<FunctionIR> &GetFunctions() const { in GetFunctions() function
|
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/ |
H A D | header_abi_linker.cpp | 387 return LinkDecl(linked_module, module.GetFunctions(), symbol_filter); in LinkFunctions() 415 return (LinkExportedSymbols(linked_module, exported_symbols.GetFunctions()) && in LinkExportedSymbols()
|