Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h505 template <typename AddressType> struct XCOFFRelocation {
523 extern template struct XCOFFRelocation<llvm::support::ubig32_t>;
524 extern template struct XCOFFRelocation<llvm::support::ubig64_t>;
526 struct XCOFFRelocation32 : XCOFFRelocation<llvm::support::ubig32_t> {};
527 struct XCOFFRelocation64 : XCOFFRelocation<llvm::support::ubig64_t> {};
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp57 struct XCOFFRelocation { struct
89 SmallVector<XCOFFRelocation, 1> Relocations;
408 void writeRelocation(XCOFFRelocation Reloc, const XCOFFSection &Section);
780 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation()
807 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
1124 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp79 bool XCOFFRelocation<AddressType>::isRelocationSigned() const { in isRelocationSigned()
84 bool XCOFFRelocation<AddressType>::isFixupIndicated() const { in isFixupIndicated()
89 uint8_t XCOFFRelocation<AddressType>::getRelocatedLength() const { in getRelocatedLength()
1376 template struct XCOFFRelocation<llvm::support::ubig32_t>; variable
1377 template struct XCOFFRelocation<llvm::support::ubig64_t>; variable