| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | function-call-invalid.s | 3 call 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 4 call %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 5 call %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 6 call %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 7 call %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 8 call %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 9 call %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 10 call %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 11 call %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 12 call foo, bar # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
|
| H A D | function-call.s | 10 call foo label 15 call bar label 23 call zero label 29 call f1 label 35 call ra label 41 call mstatus label 49 call foo@plt label 57 call a0, foo label 63 call a0, foo@plt label
|
| H A D | option-pushpop.s | 25 call foo label 40 call bar label 62 call bar label 69 call baz label
|
| H A D | option-relax.s | 25 call foo label 42 call bar label 58 call baz label
|
| H A D | fixups.s | 68 call func label 74 call func label 80 call func label
|
| /llvm-project-15.0.7/llvm/test/MC/Hexagon/ |
| H A D | plt-rel.s | 3 call foo@GDPLT label 5 call ##foo@GDPLT label 9 call foo@LDPLT label 11 call ##foo@LDPLT label
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | partition-move-to-main.s | 23 call tls1 label 24 call ifunc1 label 29 call tls2 label 30 call ifunc2 label
|
| H A D | verneed.s | 180 call f1@plt label 181 call f2@plt label 182 call g1@plt label
|
| H A D | i386-tls-gdiele.s | 54 call ___tls_get_addr@plt label 56 call ___tls_get_addr@plt label 59 call ___tls_get_addr@plt label 61 call ___tls_get_addr@plt label
|
| H A D | hexagon-shared.s | 18 call ##foo label 20 call ##hidden_symbol label 24 call ##bar label 27 call bar@PLT label
|
| H A D | symver.s | 179 call foo label 183 call foo label 188 call foo label 193 call foo label
|
| H A D | i386-tls-dynamic.s | 34 call __tls_get_addr@plt label 37 call __tls_get_addr@plt label 40 call __tls_get_addr@plt label 44 call __tls_get_addr@plt label
|
| H A D | i386-tlsdesc-gd.s | 95 call *a@tlscall(%eax) label 100 call *b@tlscall(%eax) label 104 call *c@tlscall(%eax) label
|
| H A D | x86-64-tlsdesc-gd.s | 94 call *a@tlscall(%rax) label 101 call *b@tlscall(%rax) label 106 call *c@tlscall(%rax) label
|
| H A D | riscv-tls-gd.s | 119 call __tls_get_addr@plt label 122 call __tls_get_addr@plt label
|
| H A D | partition-move-to-main-startstop.s | 26 call __start_has_startstop label 27 call __stop_has_startstop label
|
| H A D | dynamic-list-preempt2.s | 28 call foo@PLT label 29 call bar@PLT label
|
| H A D | x86-64-tlsdesc-gd-mixed.s | 14 call *a@tlscall(%rax) label 21 call __tls_get_addr@PLT label
|
| H A D | retain-symbols-file.s | 54 call zed@PLT label 55 call und@PLT label
|
| H A D | partition-synthetic-sections.s | 210 call f1 label 225 call f2 label
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | indirect_branch.asm | 41 call fn_ref label 50 call [fn_ref] label 96 call t6 label 103 call [t7] label 126 call fn label 133 call [fn] label 156 call fn_ref_struc label 165 call [fn_ref_struc] label 200 call fn_ref_extern label 209 call [fn_ref_extern] label [all …]
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | icf-executable.s | 12 call f2 label 18 call main label
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ManagedStatic.h | 23 static void *call() { return new C(); } in call() function 29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | ELF_comdat.s | 7 call test1 label 17 call test2 label
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | relocation-alias.s | 14 call memcpy@PLT label 44 call memcpy_plus_1@PLT label
|