struct XCOFFRelocation
Declaration
template <typename AddressType>
struct XCOFFRelocation { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Object/XCOFFObjectFile.h:405
Templates
- AddressType
Member Variables
- public AddressType VirtualAddress
- public support::ubig32_t SymbolIndex
- public uint8_t Info
- public XCOFF::RelocationType Type
- public static const uint8_t XR_SIGN_INDICATOR_MASK = 128
- public static const uint8_t XR_FIXUP_INDICATOR_MASK = 64
- public static const uint8_t XR_BIASED_LENGTH_MASK = 63
Method Overview
- public uint8_t getRelocatedLength() const
- public bool isFixupIndicated() const
- public bool isRelocationSigned() const
Methods
¶uint8_t getRelocatedLength() const
uint8_t getRelocatedLength() const
Declared at: llvm/include/llvm/Object/XCOFFObjectFile.h:434
¶bool isFixupIndicated() const
bool isFixupIndicated() const
Declared at: llvm/include/llvm/Object/XCOFFObjectFile.h:431
¶bool isRelocationSigned() const
bool isRelocationSigned() const
Declared at: llvm/include/llvm/Object/XCOFFObjectFile.h:430