Lines Matching refs:PIC
1 …-mtriple=thumbv7-apple-ios -relocation-model=pic -no-integrated-as | FileCheck %s -check-prefix=PIC
3 …ios -relocation-model=dynamic-no-pic -no-integrated-as | FileCheck %s -check-prefix=DYNAMIC-NO-PIC
5 ;PIC: foo2
6 ;PIC: movw [[R0:r[0-9]+]], :lower16:(L___stack_chk_guard$non_lazy_ptr-([[LABEL0:LPC[0-9_]+]]+4))
7 ;PIC: movt [[R0]], :upper16:(L___stack_chk_guard$non_lazy_ptr-([[LABEL0]]+4))
8 ;PIC: [[LABEL0]]:
9 ;PIC: add [[R0]], pc
10 ;PIC: ldr [[R1:r[0-9]+]], {{\[}}[[R0]]{{\]}}
11 ;PIC: ldr {{r[0-9]+}}, {{\[}}[[R1]]{{\]}}
18 ;DYNAMIC-NO-PIC: foo2
19 ;DYNAMIC-NO-PIC: movw [[R0:r[0-9]+]], :lower16:L___stack_chk_guard$non_lazy_ptr
20 ;DYNAMIC-NO-PIC: movt [[R0]], :upper16:L___stack_chk_guard$non_lazy_ptr
21 ;DYNAMIC-NO-PIC: ldr {{r[0-9]+}}, {{\[}}[[R0]]{{\]}}