Home
last modified time | relevance | path

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

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_diff_representation.h91 class VTableLayoutDiffIR {
93 VTableLayoutDiffIR(const VTableLayoutIR &old_layout, in VTableLayoutDiffIR() function
179 void SetVTableLayoutDiff(std::unique_ptr<VTableLayoutDiffIR> &&vtable_diffs) { in SetVTableLayoutDiff()
206 const VTableLayoutDiffIR *GetVTableLayoutDiff() const { in GetVTableLayoutDiff()
221 std::unique_ptr<VTableLayoutDiffIR> vtable_diffs_;
H A Dabi_diff_helpers.cpp687 std::make_unique<VTableLayoutDiffIR>( in CompareRecordTypes()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/
H A Dir_diff_dumper.cpp56 const VTableLayoutDiffIR *vtable_layout_diff_ir) { in AddVTableLayoutDiff()
154 const VTableLayoutDiffIR *vtable_layout_diff_ir = in ConvertRecordTypeDiffIR()