Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:align

7 // CHECK: @align = global i8 [[ALIGN:[0-9]+]]
9 // MSABI: @"\01??_C@_05CJBACGMB@hello?$AA@" = linkonce_odr unnamed_addr constant [6 x i8] c"hello\00", comdat, align 1
12 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align [[ALIGN]]
13 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
16 // CHECK: @x = global [3 x i8] c"ola", align [[ALIGN]]
20 // fails the check for "@f3.x = ... align [ALIGN]", since ALIGN is derived
24 unsigned char align = 2;
26 unsigned char align = 1;