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 118 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 124 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 130 of file RuntimeDyldImpl.h.
References Addend, Offset, SectionID, and SymbolName.
|
inline |
Definition at line 126 of file RuntimeDyldImpl.h.
References Addend, Offset, SectionID, and SymbolName.
| int64_t llvm::RelocationValueRef::Addend |
Definition at line 122 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), llvm::RuntimeDyldMachO::processRelocationRef(), and llvm::RuntimeDyldELF::processRelocationRef().
| uint64_t llvm::RelocationValueRef::Offset |
Definition at line 121 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), and llvm::RuntimeDyldELF::processRelocationRef().
| unsigned llvm::RelocationValueRef::SectionID |
Definition at line 120 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), llvm::RuntimeDyldMachO::processRelocationRef(), and llvm::RuntimeDyldELF::processRelocationRef().
| const char* llvm::RelocationValueRef::SymbolName |
Definition at line 123 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), llvm::RuntimeDyldMachO::processRelocationRef(), and llvm::RuntimeDyldELF::processRelocationRef().