LLVM 20.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 505 of file XCOFFObjectFile.h.
uint8_t llvm::object::XCOFFRelocation< AddressType >::getRelocatedLength |
Definition at line 89 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_BIASED_LENGTH_MASK.
bool llvm::object::XCOFFRelocation< AddressType >::isFixupIndicated |
Definition at line 84 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_FIXUP_INDICATOR_MASK.
bool llvm::object::XCOFFRelocation< AddressType >::isRelocationSigned |
Definition at line 79 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_SIGN_INDICATOR_MASK.
uint8_t llvm::object::XCOFFRelocation< AddressType >::Info |
Definition at line 511 of file XCOFFObjectFile.h.
support::ubig32_t llvm::object::XCOFFRelocation< AddressType >::SymbolIndex |
Definition at line 508 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFObjectFile::getRelocationSymbol().
XCOFF::RelocationType llvm::object::XCOFFRelocation< AddressType >::Type |
Definition at line 513 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFObjectFile::getRelocationTypeName().
AddressType llvm::object::XCOFFRelocation< AddressType >::VirtualAddress |
Definition at line 507 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFObjectFile::getRelocationOffset().