| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | arm-thunk-multipass.s | 35 .globl target2 36 .type target2, %function 39 target2: label 84 bl target2
|
| H A D | arm-fix-cortex-a8-nopatch.s | 35 .type target2, %function 36 target2: label 41 bl target2 55 beq.w target2
|
| H A D | arm-thumb-adr.s | 18 .reloc 2, R_ARM_THM_PC8, target2 29 .type target2, %function 30 target2: label
|
| H A D | arm-thumb-ldrlit.s | 18 .reloc 2, R_ARM_THM_PC8, target2 29 .type target2, %function 30 target2: label
|
| H A D | arm-fix-cortex-a8-toolarge.s | 36 .global target2 38 target2: label 44 bl target2
|
| H A D | arm-fix-cortex-a8-recognize.s | 65 .type target2, %function 66 .local target2 67 target2: label 71 bl target2
|
| H A D | arm-ldrlit.s | 34 .type target2, %function 35 target2: label 60 .reloc 0x14, R_ARM_LDR_PC_G0, target2
|
| H A D | arm-thumb2-ldrlit.s | 37 .type target2, %function 38 target2: label 68 .reloc 0x1a, R_ARM_THM_PC12, target2
|
| H A D | arm-thumb2-adr.s | 36 .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 D | ipsccp-clear-returned.ll | 44 …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 D | indirectbr.ll | 104 ; 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 D | TestDebuggerAPI.py | 105 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 D | TestFdLeak.py | 74 target2 = self.dbg.CreateTarget(exe) 75 process2 = target2.LaunchSimple(
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-fixup-apply.s | 17 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 D | p9-dynamic.cpp | 23 void target2() throw() in target2() function
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | symbol-variants.s | 57 @ target2 59 .word f17(target2)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ehabi-filters.ll | 30 ; CHECK: .long _ZTIi(target2) @ TypeInfo 1 31 ; CHECK: .long _ZTIi(target2) @ FilterInfo -1
|
| H A D | arm-ttype-target2.ll | 17 ; CHECK: _ZTI3Foo(target2)
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | invalid-eh.ll | 236 ;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 D | ttype-encoding-90.pass.sh.s | 95 .long _ZTIi(target2) @ TypeInfo 1
|
| H A D | ttype-encoding-00.pass.sh.s | 96 .long _ZTIi(target2) @ TypeInfo 1
|
| /llvm-project-15.0.7/lldb/test/API/python_api/target/ |
| H A D | TestTargetAPI.py | 492 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 D | ARM.cpp | 118 if (config->target2 == Target2Policy::Rel) in getRelExpr() 120 if (config->target2 == Target2Policy::Abs) in getRelExpr()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Config.h | 275 Target2Policy target2; member
|
| H A D | Options.td | 402 defm target2: 403 Eq<"target2", "Interpret R_ARM_TARGET2 as <type>, where <type> is one of rel, abs, or got-rel">,
|