Searched refs:indirect_func (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | x86_64-struct-return-gc.m | 22 struct Indirect indirect_func(void); function 28 // CHECK: call void @indirect_func(%struct.Indirect* sret 30 i = indirect_func();
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | call-indirect.s | 16 i32.load indirect_func 33 .globl indirect_func 34 .section .data.indirect_func,"",@ 35 indirect_func: label 37 .size indirect_func, 4 109 # CHECK-NEXT: - Name: indirect_func
|
| H A D | shared.s | 24 .section .data.indirect_func,"",@ 25 indirect_func: label 27 .size indirect_func, 4 56 # %1 = load i32 ()*, i32 ()** @indirect_func, align 4 71 global.get indirect_func@GOT 103 .globl indirect_func 172 # CHECK-NEXT: Field: indirect_func
|
| H A D | shared64.s | 24 .section .data.indirect_func,"",@ 25 indirect_func: label 27 .size indirect_func, 8 56 # %1 = load i32 ()*, i32 ()** @indirect_func, align 4 71 global.get indirect_func@GOT 104 .globl indirect_func 179 # CHECK-NEXT: Field: indirect_func
|
| H A D | pie.ll | 10 @indirect_func = local_unnamed_addr global i32 ()* @foo, align 4 20 %1 = load i32 ()*, i32 ()** @indirect_func, align 4
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | call-pic.ll | 9 @indirect_func = hidden global i32 ()* @foo 19 ; CHECK-NEXT: i32.const $push[[L1:[0-9]+]]=, indirect_func@MBREL{{$}} 23 %1 = load i32 ()*, i32 ()** @indirect_func, align 4
|