Searched refs:ifunc2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | data05.f90 | 70 integer function ifunc2(n) function 72 ifunc2 = n + 1 76 …type(t1) :: d1 = t1(1,reshape([1,2,3,4],[2,2]),(6.,7.),.false.,'ab',arr,ifunc2,rfunc,extrfunc) ! C… 77 type(t1(4,len=1)) :: d2 = t1(4)(xrp=extrfunc,rp=rfunc,ifptr=ifunc2,xp=arr,c='a& 80 data d3/t1(1,reshape([1,2,3,4],[2,2]),(6.,7.),.false.,'ab',arr,ifunc2,rfunc,extrfunc)/ 82 data d4/t1(4)(xrp=extrfunc,rp=rfunc,ifptr=ifunc2,xp=arr,c='ab',t=.false.,z=(6& 86 &2)/'b'/,d5%xp/arr/,d5%ifptr/ifunc2/,d5%rp/rfunc/,d5%xrp/extrfunc/
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ifunc.ll | 11 @ifunc2 = ifunc void(), i8*()* @resolver 18 ; REL: bl ifunc2{{$}} 21 ; PLTREL: bl ifunc2@PLT+32768 25 ; LEP8-NEXT: bl ifunc2 30 ; LEP10-NEXT: bl ifunc2@notoc 34 call void @ifunc2()
|
/external/llvm-project/lld/test/ELF/ |
D | ppc64-ifunc.s | 20 # SYM: 0000000010010210 0 IFUNC GLOBAL DEFAULT 2 ifunc2 56 ## .glink has 3 IPLT entries for ifunc1, ifunc2 and ifunc3. 57 ## ifunc2 and ifunc3 have the same code sequence as their PLT call stubs. 86 .type ifunc2,@gnu_indirect_function 88 .globl ifunc1, ifunc2, ifunc3 90 ifunc2: label 105 ## ifunc2 is called.
|
D | partition-move-to-main.s | 30 call ifunc2 37 .type ifunc2 STT_GNU_IFUNC 38 ifunc2: label
|
/external/llvm-project/llvm/test/LTO/Resolution/X86/ |
D | ifunc2.ll | 2 ; RUN: llvm-as -o %t2.o %S/Inputs/ifunc2.ll
|