/llvm-project/llvm/test/tools/llvm-readobj/ |
H A D | arm64ec-chpe.yaml |
|
/llvm-project/lld/test/COFF/ |
H A D | armnt-imports.test | 8 # CHECK: ImportLookupTableRVA: 0x2028 9 # CHECK: ImportAddressTableRVA: 0x2030 10 # CHECK: Symbol: function (0) 23 - VirtualAddress: 0 28 Value: 0 36 NumberOfLinenumbers: 0 37 CheckSum: 0 40 Value: 0 46 Value: 0 47 SectionNumber: 0
|
H A D | unwind.test | 10 # HEADER: ExceptionTableRVA: 0x3000 15 # HEADER-MERGE: ExceptionTableRVA: 0x2004 16 # HEADER-MERGE-NEXT: ExceptionTableSize: 0x30 18 # HEADER-MERGE-NEXT: VirtualSize: 0x78 19 # HEADER-MERGE-NEXT: VirtualAddress: 0x2000 22 # UNWIND: Start Address: 0x1000 23 # UNWIND: End Address: 0x101b 24 # UNWIND: Unwind Info Address: 0x2004 30 # UNWIND: Frame offset: 0 32 # UNWIND: 0x12: UOP_SetFPReg [all …]
|
/llvm-project/lld/test/ELF/ |
H A D | arm-plt-reloc.s | 45 // CHECK-NEXT: 200c0: b 0x200b4 <func1> 46 // CHECK-NEXT: 200c4: bl 0x200b8 <func2> 47 // CHECK-NEXT: 200c8: beq 0x200bc <func3> 60 // DSO-NEXT: 10220: b 0x10250 61 // DSO-NEXT: 10224: bl 0x10260 62 // DSO-NEXT: 10228: beq 0x10270 68 // (0x10234 + 8) + (0 RoR 12) + (32 RoR 20 = 0x20000) + 164 = 0x302e0 = .got.plt[2] 69 // DSO-NEXT: 10234: add lr, pc, #0, #12 72 // DSO-NEXT: 10240: d4 d4 d4 d4 .word 0xd4d4d4d4 73 // DSO-NEXT: 10244: d4 d4 d4 d4 .word 0xd4d4d4d4 [all …]
|
H A D | ppc64-long-branch-pi.s | 4 # RUN: .text_low 0x2000: { *(.text_low) } \ 5 # RUN: .text_high 0x2002000 : { *(.text_high) } \ 18 # SEC-PIE: .got PROGBITS 0000000002002110 2012110 000008 00 WA 0 0 8 19 # SEC-PIE: .branch_lt NOBITS 0000000002002120 2012120 000020 00 WA 0 0 8 22 # SEC-SHARED: .got PROGBITS 00000000020020f0 20120f0 000008 00 WA 0 0 8 23 # SEC-SHARED: .branch_lt NOBITS 0000000002002100 2012100 000020 00 WA 0 0 8 26 # RELOC-NEXT: 0x2002118 R_PPC64_RELATIVE - 0x2012110 27 # RELOC-NEXT: 0x2002120 R_PPC64_RELATIVE - 0x2002000 28 # RELOC-NEXT: 0x2002128 R_PPC64_RELATIVE - 0x2002008 29 # RELOC-NEXT: 0x2002130 R_PPC64_RELATIVE - 0x200200C [all …]
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | LogicalElementsTest.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 68 uint32_t LineNumber = 0, LVElement *Type = nullptr); 184 EXPECT_EQ(Root->lineCount(), 0u); in addElements() 186 EXPECT_EQ(Root->symbolCount(), 0u); in addElements() 187 EXPECT_EQ(Root->typeCount(), 0u); in addElements() 197 EXPECT_EQ(CompileUnit->lineCount(), 0u); in addElements() 207 EXPECT_EQ(Namespace->lineCount(), 0u); in addElements() 209 EXPECT_EQ(Namespace->symbolCount(), 0u); in addElements() 231 EXPECT_EQ(NestedScope->scopeCount(), 0u); in addElements() 238 EXPECT_EQ(Enumeration->lineCount(), 0u); in addElements() [all …]
|
H A D | CompareElementsTest.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 71 uint32_t LineNumber = 0, LVElement *Type = nullptr); 236 set(IntegerType, "int", 0x1000); in initElements() 237 set(UnsignedType, "unsigned", 0x1010); in initElements() 238 set(GlobalType, "GlobalType", 0x1020, 1020); in initElements() 239 set(LocalType, "LocalType", 0x1030, 1030); in initElements() 240 set(NestedType, "NestedType", 0x1040, 1040); in initElements() 242 set(TypeDefinitionOne, "INTEGER", 0x1050, 1050, IntegerType); in initElements() 243 set(TypeDefinitionTwo, "INT", 0x1060, 1060, TypeDefinitionOne); in initElements() 245 set(EnumeratorOne, "One", 0x1070, 1070); in initElements() [all …]
|
/llvm-project/bolt/test/RISCV/Inputs/ |
H A D | plt-gnu-ld.yaml | 8 Entry: 0x5B0 12 VAddr: 0x40 13 Align: 0x8 18 VAddr: 0x270 19 - Type: 0x70000003 27 Align: 0x1000 28 Offset: 0x0 33 VAddr: 0x1E08 34 Align: 0x1000 39 VAddr: 0x1E20 [all …]
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 36 size_t WhichMsg = 0; in checkError() 56 EXPECT_EQ(empty1.Dir, 0u); in TEST() 57 EXPECT_EQ(empty1.Base, 0u); in TEST() 89 const uint64_t StartAddr = 0x1000; in TEST() 90 const uint64_t EndAddr = 0x1100; in TEST() 108 FunctionInfo A1(0x1000, 0x100, NameOffset); in TEST() 109 FunctionInfo A2(0x1000, 0x10 in TEST() [all...] |
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/ |
H A D | mixed-swift-objc.yaml | 3 magic: 0xFEEDFACF 4 cputype: 0x1000007 5 cpusubtype: 0x3 6 filetype: 0x6 9 flags: 0x110085 10 reserved: 0x0 15 vmaddr: 0 17 fileoff: 0 22 flags: 0 26 addr: 0x1B30 [all …]
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 78 if (!CanBeNegative && SignedNum < 0) in checkSignedNumberFits() 114 0x20ac, 0x0081, 0x201a, 0x0192, 0x201e, 0x2026, 0x2020, 0x2021, in cp1252ToUnicode() 115 0x02c6, 0x2030, 0x0160, 0x2039, 0x0152, 0x008d, 0x017d, 0x008f, in cp1252ToUnicode() 116 0x0090, 0x2018, 0x2019, 0x201c, 0x201d, 0x2022, 0x2013, 0x2014, in cp1252ToUnicode() 117 0x02dc, 0x2122, 0x0161, 0x203a, 0x0153, 0x009d, 0x017e, 0x0178, in cp1252ToUnicode() 119 if (C >= 0x80 && C <= 0x9F) in cp1252ToUnicode() 120 return Map80[C - 0x80]; in cp1252ToUnicode() 124 // Describes a way to handle '\0' characters when processing the string. 127 // titles), string is (predictably) truncated after first 0-byte. [all …]
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | spill-scavenge-offset.ll | 2 ; RUN: llc -mtriple=amdgcn -mcpu=verde -enable-misched=0 -post-RA-scheduler=0 -amdgpu-spill-sgpr-to-vgpr=0 < %s | FileCheck -check-prefixes=CHECK,GFX6 %s 3 ; RUN: llc -sgpr-regalloc=basic -vgpr-regalloc=basic -mtriple=amdgcn -mcpu=tonga -enable-misched=0 -post-RA-scheduler=0 -amdgpu-spill-sgpr-to-vgpr=0 < %s | FileCheck --check-prefix=CHECK %s 4 ; RUN: llc -mtriple=amdgcn -mattr=-xnack,+enable-flat-scratch -mcpu=gfx900 -enable-misched=0 -post-RA-scheduler=0 -amdgpu-spill-sgpr-to-vgpr=0 < %s | FileCheck -check-prefixes=CHECK,GFX9-FLATSCR,FLATSCR %s 5 ; RUN: llc -mtriple=amdgcn -mcpu=gfx1030 -enable-misched=0 [all...] |