Lines Matching refs:test3
45 define void @test3() nounwind {
47 ; CHECK-STATIC-64-LABEL: test3:
49 ; CHECK-STATIC-64: call test3
51 ; CHECK-STATIC-64: call $test3
53 ; CHECK-STATIC-32-LABEL: test3:
55 ; CHECK-STATIC-32: call test3
57 ; CHECK-STATIC-32: call $test3
59 ; CHECK-PIC-64-LABEL: test3:
61 ; CHECK-PIC-64: call test3@PLT
63 ; CHECK-PIC-64: call $test3
65 ; CHECK-PIC-32-LABEL: test3:
67 ; CHECK-PIC-32: call test3@PLT
69 ; CHECK-PIC-32: call $test3
74 tail call void asm sideeffect "call ${0:P}", "X"(ptr @test3) nounwind
76 tail call void asm sideeffect "call $0", "X"(ptr @test3) nounwind