Home
last modified time | relevance | path

Searched refs:HeaderAbiDiff (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp32 repr::CompatibilityStatusIR HeaderAbiDiff::GenerateCompatibilityReport() { in GenerateCompatibilityReport()
54 repr::CompatibilityStatusIR HeaderAbiDiff::CompareTUs( in CompareTUs()
99 HeaderAbiDiff::ExtractUserDefinedTypes(const repr::ModuleIR &tu) { in ExtractUserDefinedTypes()
136 bool HeaderAbiDiff::CollectUserDefinedTypes( in CollectUserDefinedTypes()
156 bool HeaderAbiDiff::CollectUserDefinedTypesInternal( in CollectUserDefinedTypesInternal()
171 bool HeaderAbiDiff::CollectDynsymExportables( in CollectDynsymExportables()
219 bool HeaderAbiDiff::Collect( in Collect()
239 bool HeaderAbiDiff::CollectElfSymbols( in CollectElfSymbols()
255 bool HeaderAbiDiff::PopulateElfElements( in PopulateElfElements()
272 bool HeaderAbiDiff::PopulateRemovedElements( in PopulateRemovedElements()
[all …]
Dabi_diff.h33 class HeaderAbiDiff {
35 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff() function
Dheader_abi_diff.cpp29 using header_checker::diff::HeaderAbiDiff;
207 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main()