Searched refs:XCOFFRelocation (Results 1 – 3 of 3) sorted by relevance
495 template <typename AddressType> struct XCOFFRelocation {513 extern template struct XCOFFRelocation<llvm::support::ubig32_t>;514 extern template struct XCOFFRelocation<llvm::support::ubig64_t>;516 struct XCOFFRelocation32 : XCOFFRelocation<llvm::support::ubig32_t> {};517 struct XCOFFRelocation64 : XCOFFRelocation<llvm::support::ubig64_t> {};
58 struct XCOFFRelocation { struct90 SmallVector<XCOFFRelocation, 1> Relocations;346 void writeRelocation(XCOFFRelocation Reloc, const XCOFFSection &Section);675 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()702 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()991 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation()
73 bool XCOFFRelocation<AddressType>::isRelocationSigned() const { in isRelocationSigned()78 bool XCOFFRelocation<AddressType>::isFixupIndicated() const { in isFixupIndicated()83 uint8_t XCOFFRelocation<AddressType>::getRelocatedLength() const { in getRelocatedLength()1327 template struct XCOFFRelocation<llvm::support::ubig32_t>; variable1328 template struct XCOFFRelocation<llvm::support::ubig64_t>; variable