LLVM 18.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 495 of file XCOFFObjectFile.h.
uint8_t llvm::object::XCOFFRelocation< AddressType >::getRelocatedLength |
Definition at line 83 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_BIASED_LENGTH_MASK.
bool llvm::object::XCOFFRelocation< AddressType >::isFixupIndicated |
Definition at line 78 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_FIXUP_INDICATOR_MASK.
bool llvm::object::XCOFFRelocation< AddressType >::isRelocationSigned |
Definition at line 73 of file XCOFFObjectFile.cpp.
References Info, and llvm::XCOFF::XR_SIGN_INDICATOR_MASK.
uint8_t llvm::object::XCOFFRelocation< AddressType >::Info |
Definition at line 501 of file XCOFFObjectFile.h.
support::ubig32_t llvm::object::XCOFFRelocation< AddressType >::SymbolIndex |
Definition at line 498 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFObjectFile::getRelocationSymbol().
XCOFF::RelocationType llvm::object::XCOFFRelocation< AddressType >::Type |
Definition at line 503 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFObjectFile::getRelocationTypeName().
AddressType llvm::object::XCOFFRelocation< AddressType >::VirtualAddress |
Definition at line 497 of file XCOFFObjectFile.h.
Referenced by llvm::object::XCOFFObjectFile::getRelocationOffset().