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.cpp33 repr::CompatibilityStatusIR HeaderAbiDiff::GenerateCompatibilityReport() { in GenerateCompatibilityReport()
60 repr::CompatibilityStatusIR HeaderAbiDiff::CompareTUs( in CompareTUs()
105 HeaderAbiDiff::ExtractUserDefinedTypes(const repr::ModuleIR &tu) { in ExtractUserDefinedTypes()
142 bool HeaderAbiDiff::CollectUserDefinedTypes( in CollectUserDefinedTypes()
162 bool HeaderAbiDiff::CollectUserDefinedTypesInternal( in CollectUserDefinedTypesInternal()
177 bool HeaderAbiDiff::CollectDynsymExportables( in CollectDynsymExportables()
225 bool HeaderAbiDiff::Collect( in Collect()
245 bool HeaderAbiDiff::CollectElfSymbols( in CollectElfSymbols()
261 bool HeaderAbiDiff::PopulateElfElements( in PopulateElfElements()
278 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;
208 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main()