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.h510 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> {};
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp56 struct XCOFFRelocation { struct
88 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()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp80 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>; variable
1382 template struct LLVM_EXPORT_TEMPLATE XCOFFRelocation<llvm::support::ubig64_t>; variable