Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 175) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dfunction-call-invalid.s3 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 Dfunction-call.s10 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 Doption-pushpop.s25 call foo label
40 call bar label
62 call bar label
69 call baz label
H A Doption-relax.s25 call foo label
42 call bar label
58 call baz label
H A Dfixups.s68 call func label
74 call func label
80 call func label
/llvm-project-15.0.7/llvm/test/MC/Hexagon/
H A Dplt-rel.s3 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 Dpartition-move-to-main.s23 call tls1 label
24 call ifunc1 label
29 call tls2 label
30 call ifunc2 label
H A Dverneed.s180 call f1@plt label
181 call f2@plt label
182 call g1@plt label
H A Di386-tls-gdiele.s54 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 Dhexagon-shared.s18 call ##foo label
20 call ##hidden_symbol label
24 call ##bar label
27 call bar@PLT label
H A Dsymver.s179 call foo label
183 call foo label
188 call foo label
193 call foo label
H A Di386-tls-dynamic.s34 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 Di386-tlsdesc-gd.s95 call *a@tlscall(%eax) label
100 call *b@tlscall(%eax) label
104 call *c@tlscall(%eax) label
H A Dx86-64-tlsdesc-gd.s94 call *a@tlscall(%rax) label
101 call *b@tlscall(%rax) label
106 call *c@tlscall(%rax) label
H A Driscv-tls-gd.s119 call __tls_get_addr@plt label
122 call __tls_get_addr@plt label
H A Dpartition-move-to-main-startstop.s26 call __start_has_startstop label
27 call __stop_has_startstop label
H A Ddynamic-list-preempt2.s28 call foo@PLT label
29 call bar@PLT label
H A Dx86-64-tlsdesc-gd-mixed.s14 call *a@tlscall(%rax) label
21 call __tls_get_addr@PLT label
H A Dretain-symbols-file.s54 call zed@PLT label
55 call und@PLT label
H A Dpartition-synthetic-sections.s210 call f1 label
225 call f2 label
/llvm-project-15.0.7/llvm/test/tools/llvm-ml/
H A Dindirect_branch.asm41 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 Dicf-executable.s12 call f2 label
18 call main label
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DManagedStatic.h23 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 DELF_comdat.s7 call test1 label
17 call test2 label
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Drelocation-alias.s14 call memcpy@PLT label
44 call memcpy_plus_1@PLT label

1234567