LLVM 20.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
Arm64XRelocRef ()=default | |
Arm64XRelocRef (const coff_base_reloc_block_header *Header, uint32_t Index=0) | |
bool | operator== (const Arm64XRelocRef &Other) const |
void | moveNext () |
COFF::Arm64XFixupType | getType () const |
uint32_t | getRVA () const |
uint8_t | getSize () const |
uint64_t | getValue () const |
Friends | |
class | DynamicRelocRef |
|
default |
|
inline |
|
inline |
Definition at line 1378 of file COFF.h.
References llvm::object::coff_base_reloc_block_header::PageRVA.
uint8_t Arm64XRelocRef::getSize | ( | ) | const |
Definition at line 2084 of file COFFObjectFile.cpp.
References getType(), llvm::COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_DELTA, llvm::COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_VALUE, llvm::COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_ZEROFILL, and llvm_unreachable.
Referenced by getValue().
|
inline |
Definition at line 1375 of file COFF.h.
Referenced by getSize(), and getValue().
uint64_t Arm64XRelocRef::getValue | ( | ) | const |
Definition at line 2095 of file COFFObjectFile.cpp.
References getSize(), getType(), llvm::COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_DELTA, llvm::COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_VALUE, and Ptr.
void Arm64XRelocRef::moveNext | ( | ) |
Definition at line 2071 of file COFFObjectFile.cpp.
bool Arm64XRelocRef::operator== | ( | const Arm64XRelocRef & | Other | ) | const |
Definition at line 2056 of file COFFObjectFile.cpp.
References llvm::Other.
|
friend |