Home
last modified time | relevance | path

Searched refs:target2 (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/lld/test/ELF/
H A Darm-thunk-multipass.s35 .globl target2
36 .type target2, %function
39 target2: label
84 bl target2
H A Darm-fix-cortex-a8-nopatch.s35 .type target2, %function
36 target2: label
41 bl target2
55 beq.w target2
H A Darm-thumb-adr.s18 .reloc 2, R_ARM_THM_PC8, target2
29 .type target2, %function
30 target2: label
H A Darm-thumb-ldrlit.s18 .reloc 2, R_ARM_THM_PC8, target2
29 .type target2, %function
30 target2: label
H A Darm-fix-cortex-a8-toolarge.s36 .global target2
38 target2: label
44 bl target2
H A Darm-fix-cortex-a8-recognize.s65 .type target2, %function
66 .local target2
67 target2: label
71 bl target2
H A Darm-ldrlit.s34 .type target2, %function
35 target2: label
60 .reloc 0x14, R_ARM_LDR_PC_G0, target2
H A Darm-thumb2-ldrlit.s37 .type target2, %function
38 target2: label
68 .reloc 0x1a, R_ARM_THM_PC12, target2
H A Darm-thumb2-adr.s36 .type target2, %function
37 target2: label
65 .reloc 0x1a, R_ARM_THM_ALU_PREL_11_0, target2
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dipsccp-clear-returned.ll44 …8* [blockaddress(@blockaddr_user, %target1), %bb1], [blockaddress(@blockaddr_user, %target2), %bb2]
45 indirectbr i8* %addr, [label %target1, label %target2]
48 br label %target2
51 target2:
H A Dindirectbr.ll104 ; CHECK-NEXT: indirectbr i8* [[ADDR]], [label [[TARGET1]], label %target2]
107 ; CHECK: target2:
121 …%addr = phi i8* [blockaddress(@indbrtest5, %target1), %bb1], [blockaddress(@indbrtest5, %target2),…
122 indirectbr i8* %addr, [label %target1, label %target2]
125 br label %target2
127 target2:
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py105 target2 = self.dbg.CreateTarget(exe, None, "remote-linux",
108 platform2 = target2.GetPlatform()
143 target2 = self.dbg.CreateTarget(exe, arch, None, False, error)
145 platform2 = target2.GetPlatform()
/llvm-project-15.0.7/lldb/test/API/functionalities/avoids-fd-leak/
H A DTestFdLeak.py74 target2 = self.dbg.CreateTarget(exe)
75 process2 = target2.LaunchSimple(
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-fixup-apply.s17 subi 1, 1, -target2@l
18 subis 1, 1, -target2@ha
20 .set target2, 0x12345678 define
/llvm-project-15.0.7/clang/test/CXX/except/except.spec/
H A Dp9-dynamic.cpp23 void target2() throw() in target2() function
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dsymbol-variants.s57 @ target2
59 .word f17(target2)
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dehabi-filters.ll30 ; CHECK: .long _ZTIi(target2) @ TypeInfo 1
31 ; CHECK: .long _ZTIi(target2) @ FilterInfo -1
H A Darm-ttype-target2.ll17 ; CHECK: _ZTI3Foo(target2)
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dinvalid-eh.ll236 ;T15: target2:
244 ;T15: cleanupret from %nested.pad.2 unwind label %target2
247 ;T15: ; CHECK15-NEXT: cleanupret from %nested.pad.2 unwind label %target2
281 ;T17: to label %unreachable unwind label %target2
285 ;T17: ; CHECK17-NEXT: to label %unreachable unwind label %target2
292 ;T17: target2:
/llvm-project-15.0.7/libcxxabi/test/native/arm-linux-eabi/
H A Dttype-encoding-90.pass.sh.s95 .long _ZTIi(target2) @ TypeInfo 1
H A Dttype-encoding-00.pass.sh.s96 .long _ZTIi(target2) @ TypeInfo 1
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py492 target2 = self.dbg.CreateTargetWithFileAndArch(exe, target.GetTriple())
493 self.assertTrue(target2.IsValid(), "Round trip with triple works")
/llvm-project-15.0.7/lld/ELF/Arch/
H A DARM.cpp118 if (config->target2 == Target2Policy::Rel) in getRelExpr()
120 if (config->target2 == Target2Policy::Abs) in getRelExpr()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h275 Target2Policy target2; member
H A DOptions.td402 defm target2:
403 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,

12