HomeSort by relevance Sort by last modified time
    Searched defs:abi_util (Results 1 - 10 of 10) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/src/
collect_exported_headers.cpp 25 namespace abi_util { namespace
92 if (!abi_util::CollectExportedHeaderSet(dir, &exported_headers)) {
100 } // namespace abi_util
so_file_parser.cpp 32 namespace abi_util { namespace
117 } // namespace abi_util
version_script_parser.cpp 30 namespace abi_util { namespace
212 } // namespace abi_util
ir_representation.cpp 34 namespace abi_util { namespace
574 } // namespace abi_util
abi_diff_helpers.cpp 6 namespace abi_util { namespace
34 static bool IsAccessDownGraded(abi_util::AccessSpecifierIR old_access,
35 abi_util::AccessSpecifierIR new_access) {
38 case abi_util::AccessSpecifierIR::ProtectedAccess:
39 if (new_access == abi_util::AccessSpecifierIR::PrivateAccess) {
43 case abi_util::AccessSpecifierIR::PublicAccess:
44 if (new_access != abi_util::AccessSpecifierIR::PublicAccess) {
145 const std::vector<abi_util::EnumFieldIR> &old_fields,
146 const std::vector<abi_util::EnumFieldIR> &new_fields,
147 abi_util::EnumTypeDiffIR *enum_type_diff_ir)
    [all...]
ir_representation_protobuf.cpp 24 namespace abi_util { namespace
385 abi_dump::TemplateInfo *ti, const abi_util::TemplatedArtifactIR *ta) {
509 const abi_util::TagTypeIR *tag_type_ir) {
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
abi_diff_helpers.h 10 namespace abi_util { namespace
52 const AbiElementMap<const abi_util::TypeIR *> &old_types,
53 const AbiElementMap<const abi_util::TypeIR *> &new_types,
55 abi_util::IRDiffDumper *ir_diff_dumper = nullptr,
64 abi_util::IRDiffDumper::DiffKind diff_kind = DiffMessageIR::Unreferenced);
67 const abi_util::TypeIR *old_type, const abi_util::TypeIR *new_type,
68 abi_util::LinkableMessageKind kind,
70 abi_util::IRDiffDumper::DiffKind diff_kind = DiffMessageIR::Unreferenced);
73 DiffStatus CompareRecordTypes(const abi_util::RecordTypeIR *old_type
    [all...]
ir_representation_protobuf.h 32 namespace abi_util { namespace
175 abi_dump::TemplateInfo *ti, const abi_util::TemplatedArtifactIR *ta);
452 } // abi_util
header_abi_util.h 33 namespace abi_util { namespace
192 } // namespace abi_util
ir_representation.h 29 namespace abi_util { namespace
    [all...]

Completed in 7349 milliseconds