| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | seh-section-2.s | 57 # CHECK: RelocationCount: 1 74 # CHECK: RelocationCount: 0 92 # CHECK: RelocationCount: 0 110 # CHECK: RelocationCount: 0 128 # CHECK: RelocationCount: 3 146 # CHECK: RelocationCount: 3
|
| H A D | module-asm.ll | 18 ; CHECK-NEXT: RelocationCount: 0
|
| H A D | cgprofile.s | 25 # CHECK-NEXT: RelocationCount:
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | dsym-companion.test | 41 CHECK: RelocationCount: 0 59 CHECK: RelocationCount: 0 74 CHECK32: RelocationCount: 0 90 CHECK: RelocationCount: 0 106 CHECK: RelocationCount: 0 122 CHECK: RelocationCount: 0 137 CHECK64: RelocationCount: 0 152 CHECK64: RelocationCount: 0 167 CHECK64: RelocationCount: 0 182 CHECK64: RelocationCount: 0 [all …]
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | bss.s | 20 # CHECK-NEXT: RelocationCount: 0 36 # CHECK-NEXT: RelocationCount: 0 52 # CHECK-NEXT: RelocationCount: 0 68 # CHECK-NEXT: RelocationCount: 0 84 # CHECK-NEXT: RelocationCount: 0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/ |
| H A D | universal-x86_64.i386.test | 68 MULTISECTIONS: RelocationCount: 0 86 MULTISECTIONS: RelocationCount: 0 102 MULTISECTIONS: RelocationCount: 0 124 MULTISECTIONS: RelocationCount: 0 142 MULTISECTIONS: RelocationCount: 0 200 MULTISECTIONS-ARCHIVE: RelocationCount: 2 218 MULTISECTIONS-ARCHIVE: RelocationCount: 0 234 MULTISECTIONS-ARCHIVE: RelocationCount: 1 251 MULTISECTIONS-ARCHIVE: RelocationCount: 0 277 MULTISECTIONS-ARCHIVE: RelocationCount: 0 [all …]
|
| H A D | sections.test | 416 # MACHO-PPC-NEXT: RelocationCount: 5 434 # MACHO-PPC-NEXT: RelocationCount: 4 452 # MACHO-PPC-NEXT: RelocationCount: 0 468 # MACHO-PPC-NEXT: RelocationCount: 0 595 # MACHO-ARM-NEXT: RelocationCount: 9 613 # MACHO-ARM-NEXT: RelocationCount: 0 630 # MACHO-ARM-NEXT: RelocationCount: 0 646 # MACHO-ARM-NEXT: RelocationCount: 0 662 # MACHO-ARM-NEXT: RelocationCount: 0 679 # MACHO-ARM-NEXT: RelocationCount: 0 [all …]
|
| H A D | sections-ext.test | 39 # MACHO-I386-NEXT: RelocationCount: 4 82 # MACHO-X86-64-NEXT: RelocationCount: 3 122 # MACHO-X86-64-NEXT: RelocationCount: 0 158 # MACHO-PPC-NEXT: RelocationCount: 5 231 # MACHO-PPC-NEXT: RelocationCount: 4 285 # MACHO-PPC-NEXT: RelocationCount: 0 318 # MACHO-PPC-NEXT: RelocationCount: 0 341 # MACHO-PPC-NEXT: RelocationCount: 1 595 # MACHO-ARM-NEXT: RelocationCount: 9 706 # MACHO-ARM-NEXT: RelocationCount: 0 [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | bigobj.test | 28 CHECK-NEXT: RelocationCount: 0 46 CHECK-NEXT: RelocationCount: 0 64 CHECK-NEXT: RelocationCount: 0 99 CHECK-NEXT: RelocationCount: 0 116 CHECK-NEXT: RelocationCount: 0 133 CHECK-NEXT: RelocationCount: 0
|
| H A D | sections.test | 15 # CHECK-NEXT: RelocationCount: 3 33 # CHECK-NEXT: RelocationCount: 0
|
| H A D | sections-ext.test | 18 # CHECK-NEXT: RelocationCount: 3 42 # CHECK-NEXT: RelocationCount: 3
|
| H A D | symbols.test | 34 # CHECK-NEXT: RelocationCount: 3
|
| H A D | cxx-cli-aux.test | 19 CHECK-NEXT: RelocationCount: 0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | add-multiple-sections.test | 70 # CASE1-NEXT: RelocationCount: 0 92 # CASE1-NEXT: RelocationCount: 0 112 # CASE1-NEXT: RelocationCount: 0 135 # CASE3-NEXT: RelocationCount: 0 157 # CASE3-NEXT: RelocationCount: 0 177 # CASE3-NEXT: RelocationCount: 0
|
| H A D | add-section-32.test | 66 # COMMON-NEXT: RelocationCount: 0 98 # COMMON-NEXT: RelocationCount: 0
|
| H A D | add-section-64.test | 69 # COMMON-NEXT: RelocationCount: 0 102 # COMMON-NEXT: RelocationCount: 0
|
| H A D | remove-section.test | 26 # REMOVE-TEXT-ONLY-NEXT: RelocationCount: 0 48 # COMMON-NEXT: RelocationCount: 0
|
| /llvm-project-15.0.7/llvm/test/MC/MachO/ARM/ |
| H A D | darwin-ARM-reloc.s | 49 @ CHECK: RelocationCount: 2 70 @ CHECK: RelocationCount: 2 89 @ CHECK: RelocationCount: 0
|
| H A D | darwin-Thumb-reloc.s | 50 @ CHECK: RelocationCount: 3 71 @ CHECK: RelocationCount: 0
|
| H A D | relax-thumb-ldr-literal.s | 12 @ CHECK: RelocationCount: 0
|
| H A D | no-subsections-reloc.s | 17 @ CHECK: RelocationCount: 0
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 115 uint32_t RelocationCount; member 132 FileOffsetToRelocations(0), RelocationCount(0), Flags(Flags), in SectionEntry() 143 RelocationCount = 0; in reset() 819 W.write<uint32_t>(Sec->RelocationCount); in writeSectionHeaderTable() 824 W.write<uint16_t>(Sec->RelocationCount); in writeSectionHeaderTable() 930 Section->RelocationCount >= in finalizeSectionInfo() 936 Section->RelocationCount += CsectRelocCount; in finalizeSectionInfo() 942 DwarfSection.RelocationCount = DwarfSection.DwarfSect->Relocations.size(); in finalizeSectionInfo() 950 if (!Sec->RelocationCount) in finalizeSectionInfo() 955 Sec->RelocationCount * (is64Bit() in finalizeSectionInfo()
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | section_data.yaml | 55 # CASE2-NEXT: RelocationCount: 0 115 # CASE3-NEXT: RelocationCount: 0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | add-gnu-debuglink.test | 28 SECTIONS-NEXT: RelocationCount:
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/COFF/ |
| H A D | xrelocs.yaml | 12 # CHECK-OBJ: RelocationCount: 65535
|