LLVM API Documentation
#include <RuntimeDyldImpl.h>

Public Member Functions | |
| RelocationValueRef () | |
| bool | operator== (const RelocationValueRef &Other) const |
| bool | operator< (const RelocationValueRef &Other) const |
Public Attributes | |
| unsigned | SectionID |
| uint64_t | Offset |
| int64_t | Addend |
| const char * | SymbolName |
Definition at line 137 of file RuntimeDyldImpl.h.
| llvm::RelocationValueRef::RelocationValueRef | ( | ) | [inline] |
Definition at line 143 of file RuntimeDyldImpl.h.
| bool llvm::RelocationValueRef::operator< | ( | const RelocationValueRef & | Other | ) | const [inline] |
Definition at line 150 of file RuntimeDyldImpl.h.
References Addend, Offset, SectionID, and SymbolName.
| bool llvm::RelocationValueRef::operator== | ( | const RelocationValueRef & | Other | ) | const [inline] |
Definition at line 146 of file RuntimeDyldImpl.h.
References Addend, Offset, SectionID, and SymbolName.
| int64_t llvm::RelocationValueRef::Addend |
Definition at line 141 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), and llvm::RuntimeDyldELF::processRelocationRef().
| uint64_t llvm::RelocationValueRef::Offset |
Definition at line 140 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachO::getRelocationValueRef(), llvm::RuntimeDyldMachO::makeValueAddendPCRel(), operator<(), operator==(), llvm::RuntimeDyldMachOI386::processRelocationRef(), llvm::RuntimeDyldMachOX86_64::processRelocationRef(), llvm::RuntimeDyldMachOARM::processRelocationRef(), llvm::RuntimeDyldELF::processRelocationRef(), and llvm::RuntimeDyldMachOAArch64::processRelocationRef().
Definition at line 139 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachO::getRelocationValueRef(), operator<(), operator==(), llvm::RuntimeDyldMachOX86_64::processRelocationRef(), llvm::RuntimeDyldMachOI386::processRelocationRef(), llvm::RuntimeDyldMachOARM::processRelocationRef(), llvm::RuntimeDyldELF::processRelocationRef(), and llvm::RuntimeDyldMachOAArch64::processRelocationRef().
Definition at line 142 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachO::getRelocationValueRef(), operator<(), operator==(), llvm::RuntimeDyldMachOI386::processRelocationRef(), llvm::RuntimeDyldMachOX86_64::processRelocationRef(), llvm::RuntimeDyldMachOARM::processRelocationRef(), llvm::RuntimeDyldELF::processRelocationRef(), and llvm::RuntimeDyldMachOAArch64::processRelocationRef().