1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
record_types {
type_info {
name: "DerivedBar"
size: 4
alignment: 4
referenced_type: "type-4"
source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
linker_set_key: "DerivedBar"
self_type: "type-4"
}
base_specifiers {
referenced_type: "type-1"
is_virtual: false
access: public_access
}
vtable_layout {
vtable_components {
kind: OffsetToTop
mangled_component_name: ""
component_value: 0
is_pure: false
}
vtable_components {
kind: RTTI
mangled_component_name: "_ZTI10DerivedBar"
component_value: 0
is_pure: false
}
vtable_components {
kind: CompleteDtorPointer
mangled_component_name: "_ZN10DerivedBarD1Ev"
component_value: 0
is_pure: false
}
vtable_components {
kind: DeletingDtorPointer
mangled_component_name: "_ZN10DerivedBarD0Ev"
component_value: 0
is_pure: false
}
vtable_components {
kind: FunctionPointer
mangled_component_name: "_ZN10DerivedBar8foo_pureEv"
component_value: 0
is_pure: false
}
vtable_components {
kind: FunctionPointer
mangled_component_name: "_ZN10DerivedBar11foo_virtualEv"
component_value: 0
is_pure: true
}
}
access: public_access
record_kind: class_kind
tag_info {
unique_id: "_ZTS10DerivedBar"
}
}
record_types {
type_info {
name: "PureVirtualBase"
size: 4
alignment: 4
referenced_type: "type-1"
source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
linker_set_key: "PureVirtualBase"
self_type: "type-1"
}
vtable_layout {
vtable_components {
kind: OffsetToTop
mangled_component_name: ""
component_value: 0
is_pure: false
}
vtable_components {
kind: RTTI
mangled_component_name: "_ZTI15PureVirtualBase"
component_value: 0
is_pure: false
}
vtable_components {
kind: CompleteDtorPointer
mangled_component_name: "_ZN15PureVirtualBaseD1Ev"
component_value: 0
is_pure: true
}
vtable_components {
kind: DeletingDtorPointer
mangled_component_name: "_ZN15PureVirtualBaseD0Ev"
component_value: 0
is_pure: true
}
vtable_components {
kind: FunctionPointer
mangled_component_name: "_ZN15PureVirtualBase8foo_pureEv"
component_value: 0
is_pure: true
}
vtable_components {
kind: FunctionPointer
mangled_component_name: "_ZN15PureVirtualBase11foo_virtualEv"
component_value: 0
is_pure: false
}
}
access: public_access
record_kind: class_kind
tag_info {
unique_id: "_ZTS15PureVirtualBase"
}
}
pointer_types {
type_info {
name: "DerivedBar *"
size: 4
alignment: 4
referenced_type: "type-4"
source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
linker_set_key: "DerivedBar *"
self_type: "type-5"
}
}
pointer_types {
type_info {
name: "PureVirtualBase *"
size: 4
alignment: 4
referenced_type: "type-1"
source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
linker_set_key: "PureVirtualBase *"
self_type: "type-3"
}
}
builtin_types {
type_info {
name: "void"
size: 0
alignment: 0
referenced_type: "type-2"
source_file: ""
linker_set_key: "void"
self_type: "type-2"
}
is_unsigned: false
is_integral: false
}
|