LLVM: llvm::object::DynamicRelocRef Class Reference (original) (raw)
#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DynamicRelocRef ()=default | |
| DynamicRelocRef (const void *Header, const COFFObjectFile *Owner) | |
| LLVM_ABI bool | operator== (const DynamicRelocRef &Other) const |
| LLVM_ABI void | moveNext () |
| LLVM_ABI uint32_t | getType () const |
| LLVM_ABI void | getContents (ArrayRef< uint8_t > &Ref) const |
| LLVM_ABI arm64x_reloc_iterator | arm64x_reloc_begin () const |
| LLVM_ABI arm64x_reloc_iterator | arm64x_reloc_end () const |
| LLVM_ABI iterator_range< arm64x_reloc_iterator > | arm64x_relocs () const |
| Friends | |
|---|---|
| class | COFFObjectFile |
Definition at line 1357 of file COFF.h.
| llvm::object::DynamicRelocRef::DynamicRelocRef ( ) | default |
|---|
◆ DynamicRelocRef() [2/2]
◆ arm64x_reloc_begin()
◆ arm64x_reloc_end()
◆ arm64x_relocs()
◆ getContents()
◆ getType()
| uint32_t DynamicRelocRef::getType | ( | ) | const |
|---|
◆ moveNext()
| void DynamicRelocRef::moveNext | ( | ) |
|---|
◆ operator==()
◆ COFFObjectFile
The documentation for this class was generated from the following files:
- include/llvm/Object/COFF.h
- lib/Object/COFFObjectFile.cpp