LLVM 22.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
BaseRelocRef ()=default | |
BaseRelocRef (const coff_base_reloc_block_header *Header, const COFFObjectFile *Owner) | |
LLVM_ABI bool | operator== (const BaseRelocRef &Other) const |
LLVM_ABI void | moveNext () |
LLVM_ABI Error | getType (uint8_t &Type) const |
LLVM_ABI Error | getRVA (uint32_t &Result) const |
|
default |
Referenced by operator==().
|
inline |
Definition at line 1928 of file COFFObjectFile.cpp.
References llvm::Error::success().
Definition at line 1922 of file COFFObjectFile.cpp.
References llvm::Error::success().
void BaseRelocRef::moveNext | ( | ) |
Definition at line 1904 of file COFFObjectFile.cpp.
References Size.
bool BaseRelocRef::operator== | ( | const BaseRelocRef & | Other | ) | const |
Definition at line 1900 of file COFFObjectFile.cpp.
References BaseRelocRef(), and llvm::Other.