/llvm-project/llvm/test/MC/PowerPC/ |
H A D | ppc32-tls.s | 12 bl __tls_get_addr(a@tlsgd) label 13 bl __tls_get_addr(b@tlsld) label 14 bl __tls_get_addr(c@tlsgd)@plt label 15 bl __tls_get_addr(d@tlsld)@PLT+32768 label 16 bl __tls_get_addr+32768(e@tlsld)@plt # gcc -fPIC label 20 bl __tls_get_addr+1(f@tlsld)@PLT+-2 label 23 bl __tls_get_addr+1(g@tlsld)@PLT+(y-x) label 45 bl __tls_get_addr(d@tlsld)plt label 47 bl __tls_get_addr(d@tlsld)@invalid label 49 bl __tls_get_addr(d@tlsld)@plt-32768 label [all …]
|
/llvm-project/lld/test/ELF/ |
H A D | ppc64-long-branch-pi.s | 63 bl .text_high # Need a thunk label 64 bl .text_high label 65 bl .text_high+8 # Need a thunk label 66 bl .text_high+0xc # Need a thunk label 82 bl .text_low+4 label 83 bl .text_low+4 label 84 bl .text_low # Need a thunk label
|
H A D | ppc32-long-thunk.s | 67 bl high@local # Need a thunk label 68 bl high@local # Need a thunk label 69 bl high+32768@plt # Need a thunk label 70 bl high label 71 bl .text_high+16 # Need a thunk label 88 bl .text_low+8 label 89 bl .text_low+8 # Need a thunk label
|
H A D | ppc64-long-branch.s | 56 bl high # Need a thunk label 57 bl high # Need a thunk label 58 bl high # Need a thunk label 59 bl high label 60 bl .text_high+16 # Need a thunk label 82 bl .text_low+8 label 83 bl .text_low+8 # Need a thunk label
|
H A D | ppc32-relocatable-got2.s | 42 bl foo+0x8000@plt label 43 bl bar+0x8000@plt label 47 bl foo@plt label
|
H A D | ppc32-tls-gd.s | 82 bl __tls_get_addr(a@tlsgd) label 86 bl __tls_get_addr(b@tlsgd) label 91 bl __tls_get_addr(c@tlsgd) label
|
H A D | ppc64-tls-gd.s | 87 bl __tls_get_addr(a@tlsgd) label 92 bl __tls_get_addr(b@tlsgd) label 96 bl __tls_get_addr(c@tlsgd) label
|
H A D | arm-long-thunk-converge.s | 17 bl bar label 28 bl foo label
|
H A D | aarch64-long-thunk-converge.s | 35 bl bar label 52 bl foo label
|
H A D | loongarch-tls-gd.s | 116 bl %plt(__tls_get_addr) label 119 bl %plt(__tls_get_addr) label
|
H A D | ppc32-tls-ld.s | 64 bl __tls_get_addr(a@tlsld) label 72 bl __tls_get_addr(b@tlsld) label
|
H A D | ppc32-weak-undef-call.s | 20 bl foo label
|
H A D | loongarch-tls-ld.s | 81 bl %plt(__tls_get_addr) label
|
H A D | ppc32-reloc-pltrel.s | 17 bl baz+0x8000@plt label
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | symbol-variants.s | 20 bl f04(PLT) label 21 bl f05(plt) label
|
/llvm-project/llvm/test/MC/LoongArch/Relocations/ |
H A D | fixups.s | 55 bl func label 60 bl func label 65 bl func label
|
H A D | relocations.s | 27 bl %plt(foo) label 32 bl foo label
|
/llvm-project/llvm/test/tools/llvm-objdump/ELF/PowerPC/ |
H A D | branch-offset.s | 19 bl: label
|
/llvm-project/llvm/test/tools/llvm-objdump/ELF/LoongArch/ |
H A D | branches.s | 56 bl .Llocal label 58 bl bar label
|
/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/ |
H A D | invalid.s | 132 bl 0x7FFFFFF label 130 bl 0x7FFFFFF global() label
|
H A D | branch.s | 50 bl 236 label
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | objectassign.c | 54 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; in main() local
|
H A D | objectRRGC.c | 51 struct Block_layout *bl = (struct Block_layout *)(void *)myBlock; in main() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | auto.c | 7 auto bl = true; // CHECK: alloca i8 in basic_types() local
|
/llvm-project/clang/test/Sema/ |
H A D | zvector2.c | 19 vector bool long long bl, bl2; variable
|