summaryrefslogtreecommitdiff
path: root/vndk/tools/header-checker/tests/reference_dumps/x86_64/libpure_virtual_function.so.lsdump
blob: 1660a6f1c675c7e71577f8e1d68b4f088c3dce06 (plain)
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
record_types {
  type_info {
    name: "DerivedBar"
    size: 8
    alignment: 8
    referenced_type: "_ZTI10DerivedBar"
    source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
    linker_set_key: "_ZTI10DerivedBar"
    self_type: "_ZTI10DerivedBar"
  }
  base_specifiers {
    referenced_type: "_ZTI15PureVirtualBase"
    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
}
record_types {
  type_info {
    name: "PureVirtualBase"
    size: 8
    alignment: 8
    referenced_type: "_ZTI15PureVirtualBase"
    source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
    linker_set_key: "_ZTI15PureVirtualBase"
    self_type: "_ZTI15PureVirtualBase"
  }
  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
}
pointer_types {
  type_info {
    name: "DerivedBar *"
    size: 8
    alignment: 8
    referenced_type: "_ZTI10DerivedBar"
    source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
    linker_set_key: "_ZTIP10DerivedBar"
    self_type: "_ZTIP10DerivedBar"
  }
}
pointer_types {
  type_info {
    name: "PureVirtualBase *"
    size: 8
    alignment: 8
    referenced_type: "_ZTI15PureVirtualBase"
    source_file: "/development/vndk/tools/header-checker/tests/integration/cpp/pure_virtual/include/header1.h"
    linker_set_key: "_ZTIP15PureVirtualBase"
    self_type: "_ZTIP15PureVirtualBase"
  }
}
builtin_types {
  type_info {
    name: "void"
    size: 0
    alignment: 0
    referenced_type: "_ZTIv"
    source_file: ""
    linker_set_key: "_ZTIv"
    self_type: "_ZTIv"
  }
  is_unsigned: false
  is_integral: false
}