Searched refs:PackedStruct (Results 1 – 3 of 3) sorted by relevance
5 %PackedStruct = type <{ i64 }>11 %data = alloca %PackedStruct, align 3233 ; See if the padding was inserted before PackedStruct34 ; CHECK-LABEL: %f.Frame = type { ptr, ptr, i1, [15 x i8], %PackedStruct }
10 struct __attribute__((packed)) PackedStruct { struct15 typedef PackedStruct AlignedPackedStruct __attribute__((aligned(4))); argument
118 struct __attribute__((packed)) PackedStruct {123 struct PackedStruct _packed;