Home
last modified time | relevance | path

Searched refs:XCOFFRelocation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h498 template <typename AddressType> struct XCOFFRelocation {
516 extern template struct XCOFFRelocation<llvm::support::ubig32_t>;
517 extern template struct XCOFFRelocation<llvm::support::ubig64_t>;
519 struct XCOFFRelocation32 : XCOFFRelocation<llvm::support::ubig32_t> {};
520 struct XCOFFRelocation64 : XCOFFRelocation<llvm::support::ubig64_t> {};
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp58 struct XCOFFRelocation { struct
90 SmallVector<XCOFFRelocation, 1> Relocations;
409 void writeRelocation(XCOFFRelocation Reloc, const XCOFFSection &Section);
750 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()
777 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
1070 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp73 bool XCOFFRelocation<AddressType>::isRelocationSigned() const { in isRelocationSigned()
78 bool XCOFFRelocation<AddressType>::isFixupIndicated() const { in isFixupIndicated()
83 uint8_t XCOFFRelocation<AddressType>::getRelocatedLength() const { in getRelocatedLength()
1368 template struct XCOFFRelocation<llvm::support::ubig32_t>; variable
1369 template struct XCOFFRelocation<llvm::support::ubig64_t>; variable