/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | sections.test | 13 # CHECK-NEXT: PointerToRelocations: 0x7A 31 # CHECK-NEXT: PointerToRelocations: 0x0
|
D | bigobj.test | 26 CHECK-NEXT: PointerToRelocations: 0x0 44 CHECK-NEXT: PointerToRelocations: 0x0 62 CHECK-NEXT: PointerToRelocations: 0x0
|
D | sections-ext.test | 16 # CHECK-NEXT: PointerToRelocations: 0x7A
|
/external/llvm/test/tools/llvm-readobj/ |
D | bigobj.test | 25 CHECK-NEXT: PointerToRelocations: 0x0 43 CHECK-NEXT: PointerToRelocations: 0x0 61 CHECK-NEXT: PointerToRelocations: 0x0
|
D | sections.test | 26 COFF-NEXT: PointerToRelocations: 0x7A 44 COFF-NEXT: PointerToRelocations: 0x0
|
/external/llvm/test/MC/COFF/ |
D | module-asm.ll | 16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | module-asm.ll | 16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
|
D | cgprofile.s | 23 # CHECK-NEXT: PointerToRelocations:
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/ |
D | add-gnu-debuglink.test | 26 SECTIONS-NEXT: PointerToRelocations:
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 172 NewYAMLSection.Header.PointerToRelocations = in dumpSections() 173 COFFSection->PointerToRelocations; in dumpSections()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 594 writeLE32(S.PointerToRelocations); in writeSectionHeader() 952 Sec->Header.PointerToRelocations = offset; in writeObject() 1057 assert(getStream().tell() == (*i)->Header.PointerToRelocations && in writeObject() 1073 assert((*i)->Header.PointerToRelocations == 0 && in writeObject()
|
/external/llvm-project/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 587 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders() 647 assert(Sec.Header.PointerToRelocations == 0 && in writeSection() 652 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection() 981 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 576 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders() 636 assert(Sec.Header.PointerToRelocations == 0 && in writeSection() 641 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection() 922 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | Writer.cpp | 103 S.Header.PointerToRelocations = FileSize; in layoutSections() 107 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
|
D | COFFObjcopy.cpp | 75 Sec.Header.PointerToRelocations = 0; in addSection()
|
/external/llvm-project/lld/test/COFF/ |
D | baserel.test | 65 # BASEREL-HEADER-NEXT: PointerToRelocations: 0x0
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 194 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 434 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 241 uint32_t PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 246 uint32_t PointerToRelocations; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 276 uint32_t PointerToRelocations; member
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 276 uint32_t PointerToRelocations; member
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 262 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 486 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 262 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF() 486 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 752 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader() 770 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
|
/external/llvm-project/llvm/lib/Object/ |
D | WindowsResource.cpp | 754 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader() 772 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
|