Lines Matching full:stable

7  * Examples for kABI stability features with --stable.
21 * ./gendwarfksyms --stable --dump-dies \
23 * FileCheck examples/kabi_ex.h --check-prefix=STABLE
42 * STABLE: variable structure_type s {
43 * STABLE-NEXT: }
58 * STABLE: variable enumeration_type e {
59 * STABLE-NEXT: enumerator A = 0 ,
60 * STABLE-NEXT: enumerator D = 123456789
61 * STABLE-NEXT: } byte_size(4)
74 * STABLE: variable structure_type ex0a {
75 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
76 …* STABLE-NEXT: member base_type [[ULONG:long unsigned int|unsigned long]] byte_size(8) encoding(…
77 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(16)
78 * STABLE-NEXT: } byte_size(24)
88 * STABLE: variable structure_type ex0b {
89 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
90 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(8) ,
91 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(16)
92 * STABLE-NEXT: } byte_size(24)
102 * STABLE: variable structure_type ex0c {
103 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
104 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(8) ,
105 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) data_member_location(16)
106 * STABLE-NEXT: } byte_size(24)
119 * STABLE: variable structure_type ex1a {
120 * STABLE-NEXT: member base_type unsigned int byte_size(4) encoding(7) a data_member_location(0) ,
121 * STABLE-NEXT: member array_type[64] {
122 * STABLE-NEXT: base_type unsigned char byte_size(1) encoding(8)
123 * STABLE-NEXT: } data_member_location(8)
124 * STABLE-NEXT: } byte_size(72)
137 * STABLE: variable structure_type ex1b {
138 * STABLE-NEXT: member base_type unsigned int byte_size(4) encoding(7) a data_member_location(0) ,
139 * STABLE-NEXT: member array_type[64] {
140 * STABLE-NEXT: base_type unsigned char byte_size(1) encoding(8)
141 * STABLE-NEXT: } data_member_location(8)
142 * STABLE-NEXT: } byte_size(72)
151 * STABLE: variable structure_type ex1c {
152 * STABLE-NEXT: member base_type unsigned int byte_size(4) encoding(7) a data_member_location(0) ,
153 * STABLE-NEXT: member array_type[64] {
154 * STABLE-NEXT: base_type unsigned char byte_size(1) encoding(8)
155 * STABLE-NEXT: } data_member_location(8)
156 * STABLE-NEXT: } byte_size(72)
171 * STABLE: variable structure_type ex2a {
172 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
173 …* STABLE-NEXT: member base_type [[ULONG:long unsigned int|unsigned long]] byte_size(8) encoding(…
174 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) c data_member_location(16) ,
175 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) d data_member_location(24)
176 * STABLE-NEXT: } byte_size(32)
190 * STABLE: variable structure_type ex2b {
191 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
192 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) b data_member_location(8)
193 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) c data_member_location(16) ,
194 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) d data_member_location(24)
195 * STABLE-NEXT: } byte_size(32)
210 * STABLE: variable structure_type ex2c {
211 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) a data_member_location(0) ,
212 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) b data_member_location(8)
213 * STABLE-NEXT: member base_type int byte_size(4) encoding(5) c data_member_location(16) ,
214 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) d data_member_location(24)
215 * STABLE-NEXT: } byte_size(32)
229 * STABLE: variable structure_type ex3a {
230 …* STABLE-NEXT: member base_type [[ULONG:long unsigned int|unsigned long]] byte_size(8) encoding(…
231 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) unused data_member_location(8)
232 * STABLE-NEXT: } byte_size(16)
243 * STABLE: variable structure_type ex3b {
244 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) a data_member_location(0)
245 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) unused data_member_location(8)
246 * STABLE-NEXT: } byte_size(16)
257 * STABLE: variable structure_type ex3c {
258 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) a data_member_location(0)
259 * STABLE-NEXT: member base_type [[ULONG]] byte_size(8) encoding(7) unused data_member_location(8)
260 * STABLE-NEXT: } byte_size(16)