Lines Matching refs:PIC
2 ; RUN: llc < %s -relocation-model=pic | FileCheck %s -check-prefix=PIC
17 ; PIC: _foo:
18 ; PIC: bl L_exact_log2$stub
19 ; PIC: blr
43 ; PIC: .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
44 ; PIC: L_exact_log2$stub:
45 ; PIC: .indirect_symbol _exact_log2
46 ; PIC: mflr r0
47 ; PIC: bcl 20, 31, L_exact_log2$stub$tmp
49 ; PIC: L_exact_log2$stub$tmp:
50 ; PIC: mflr r11
51 ; PIC: addis r11, r11, ha16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)
52 ; PIC: mtlr r0
53 ; PIC: lwzu r12, lo16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)(r11)
54 ; PIC: mtctr r12
55 ; PIC: bctr
57 ; PIC: .section __DATA,__la_symbol_ptr,lazy_symbol_pointers
58 ; PIC: L_exact_log2$lazy_ptr:
59 ; PIC: .indirect_symbol _exact_log2
60 ; PIC: .long dyld_stub_binding_helper
62 ; PIC: .subsections_via_symbols