Searched refs:XCOFFRelocation (Results 1 – 3 of 3) sorted by relevance
510 template <typename AddressType> struct XCOFFRelocation {529 XCOFFRelocation<llvm::support::ubig32_t>;531 XCOFFRelocation<llvm::support::ubig64_t>;533 struct XCOFFRelocation32 : XCOFFRelocation<llvm::support::ubig32_t> {};534 struct XCOFFRelocation64 : XCOFFRelocation<llvm::support::ubig64_t> {};
56 struct XCOFFRelocation { struct88 SmallVector<XCOFFRelocation, 1> Relocations;406 void writeRelocation(XCOFFRelocation Reloc, const XCOFFSection &Section);770 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()796 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()1111 void XCOFFWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation()
80 bool XCOFFRelocation<AddressType>::isRelocationSigned() const { in isRelocationSigned()85 bool XCOFFRelocation<AddressType>::isFixupIndicated() const { in isFixupIndicated()90 uint8_t XCOFFRelocation<AddressType>::getRelocatedLength() const { in getRelocatedLength()1381 template struct LLVM_EXPORT_TEMPLATE XCOFFRelocation<llvm::support::ubig32_t>; variable1382 template struct LLVM_EXPORT_TEMPLATE XCOFFRelocation<llvm::support::ubig64_t>; variable