Home
last modified time | relevance | path

Searched refs:new_tu (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp61 const repr::ModuleIR &old_tu, const repr::ModuleIR &new_tu, in CompareTUs() argument
68 new_tu.GetTypeGraph(); in CompareTUs()
71 if (!CollectDynsymExportables(old_tu.GetFunctions(), new_tu.GetFunctions(), in CompareTUs()
73 new_tu.GetElfFunctions(), in CompareTUs()
77 new_tu.GetGlobalVariables(), in CompareTUs()
79 new_tu.GetElfObjects(), in CompareTUs()
88 if (check_all_apis_ && !CollectUserDefinedTypes(old_tu, new_tu, old_types, in CompareTUs()
143 const repr::ModuleIR &old_tu, const repr::ModuleIR &new_tu, in CollectUserDefinedTypes() argument
149 auto new_enums_and_records_extracted = ExtractUserDefinedTypes(new_tu); in CollectUserDefinedTypes()
Dabi_diff.h58 const repr::ModuleIR &new_tu,
133 const repr::ModuleIR &new_tu,