• Home
  • Raw
  • Download

Lines Matching refs:T

155 template <typename T>
157 const AbiElementMap<const T*> &old_ud_types_map, in CollectUserDefinedTypesInternal()
158 const AbiElementMap<const T*> &new_ud_types_map, in CollectUserDefinedTypesInternal()
170 template <typename T, typename ElfSymbolType>
172 const AbiElementMap<T> &old_exportables, in CollectDynsymExportables()
173 const AbiElementMap<T> &new_exportables, in CollectDynsymExportables()
179 AbiElementMap<const T *> old_exportables_map; in CollectDynsymExportables()
180 AbiElementMap<const T *> new_exportables_map; in CollectDynsymExportables()
218 template <typename T>
220 const AbiElementMap<const T*> &old_elements_map, in Collect()
221 const AbiElementMap<const T*> &new_elements_map, in Collect()
271 template <typename T>
273 const AbiElementMap<const T*> &old_elements_map, in PopulateRemovedElements()
274 const AbiElementMap<const T*> &new_elements_map, in PopulateRemovedElements()
280 std::vector<const T *> removed_elements = in PopulateRemovedElements()
293 template <typename T>
295 const AbiElementMap<const T *> &old_elements_map, in PopulateCommonElements()
296 const AbiElementMap<const T *> &new_elements_map, in PopulateCommonElements()
301 std::vector<std::pair<const T *, const T *>> common_elements = in PopulateCommonElements()
311 template <typename T>
313 std::vector<const T *> &elements, in DumpLoneElements()
323 if (IgnoreSymbol<T>(element, ignored_symbols_, in DumpLoneElements()
324 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpLoneElements()
366 template <typename T>
368 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements() argument
374 const T *old_element = pair.first; in DumpDiffElements()
375 const T *new_element = pair.second; in DumpDiffElements()
377 if (IgnoreSymbol<T>(old_element, ignored_symbols_, in DumpDiffElements()
378 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpDiffElements()
382 DiffWrapper<T> diff_wrapper( in DumpDiffElements()