LLVM 22.0.0git
|
#include "llvm/Object/XCOFFObjectFile.h"
Public Member Functions | |
bool | isRelocationSigned () const |
bool | isFixupIndicated () const |
uint8_t | getRelocatedLength () const |
Public Attributes | |
AddressType | VirtualAddress |
support::ubig32_t | SymbolIndex |
uint8_t | Info |
XCOFF::RelocationType | Type |
Definition at line 510 of file XCOFFObjectFile.h.
uint8_t llvm::object::XCOFFRelocation< AddressType >::getRelocatedLength | ( | ) | const |
Definition at line 90 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_BIASED_LENGTH_MASK.
bool llvm::object::XCOFFRelocation< AddressType >::isFixupIndicated | ( | ) | const |
Definition at line 85 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_FIXUP_INDICATOR_MASK.
bool llvm::object::XCOFFRelocation< AddressType >::isRelocationSigned | ( | ) | const |
Definition at line 80 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_SIGN_INDICATOR_MASK.
uint8_t llvm::object::XCOFFRelocation< AddressType >::Info |
Definition at line 516 of file XCOFFObjectFile.h.
Referenced by getRelocatedLength(), isFixupIndicated(), and isRelocationSigned().
support::ubig32_t llvm::object::XCOFFRelocation< AddressType >::SymbolIndex |
Definition at line 513 of file XCOFFObjectFile.h.
XCOFF::RelocationType llvm::object::XCOFFRelocation< AddressType >::Type |
Definition at line 518 of file XCOFFObjectFile.h.
AddressType llvm::object::XCOFFRelocation< AddressType >::VirtualAddress |
Definition at line 512 of file XCOFFObjectFile.h.