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