Home
last modified time | relevance | path

Searched refs:RelocationCount (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dseh-section-2.s57 # 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 Dmodule-asm.ll18 ; CHECK-NEXT: RelocationCount: 0
H A Dcgprofile.s25 # CHECK-NEXT: RelocationCount:
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Ddsym-companion.test41 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 Dbss.s20 # 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 Duniversal-x86_64.i386.test68 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 Dsections.test416 # 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 Dsections-ext.test39 # 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 Dbigobj.test28 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 Dsections.test15 # CHECK-NEXT: RelocationCount: 3
33 # CHECK-NEXT: RelocationCount: 0
H A Dsections-ext.test18 # CHECK-NEXT: RelocationCount: 3
42 # CHECK-NEXT: RelocationCount: 3
H A Dsymbols.test34 # CHECK-NEXT: RelocationCount: 3
H A Dcxx-cli-aux.test19 CHECK-NEXT: RelocationCount: 0
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dadd-multiple-sections.test70 # 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 Dadd-section-32.test66 # COMMON-NEXT: RelocationCount: 0
98 # COMMON-NEXT: RelocationCount: 0
H A Dadd-section-64.test69 # COMMON-NEXT: RelocationCount: 0
102 # COMMON-NEXT: RelocationCount: 0
H A Dremove-section.test26 # REMOVE-TEXT-ONLY-NEXT: RelocationCount: 0
48 # COMMON-NEXT: RelocationCount: 0
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s49 @ CHECK: RelocationCount: 2
70 @ CHECK: RelocationCount: 2
89 @ CHECK: RelocationCount: 0
H A Ddarwin-Thumb-reloc.s50 @ CHECK: RelocationCount: 3
71 @ CHECK: RelocationCount: 0
H A Drelax-thumb-ldr-literal.s12 @ CHECK: RelocationCount: 0
H A Dno-subsections-reloc.s17 @ CHECK: RelocationCount: 0
/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp115 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 Dsection_data.yaml55 # CASE2-NEXT: RelocationCount: 0
115 # CASE3-NEXT: RelocationCount: 0
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dadd-gnu-debuglink.test28 SECTIONS-NEXT: RelocationCount:
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/COFF/
H A Dxrelocs.yaml12 # CHECK-OBJ: RelocationCount: 65535

12