|
LLVM
4.0.0
|
#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 192 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 198 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 205 of file RuntimeDyldImpl.h.
References Addend, Offset, Offset, SectionID, and SymbolName.
|
inline |
Definition at line 201 of file RuntimeDyldImpl.h.
References Addend, Offset, Offset, SectionID, and SymbolName.
| int64_t llvm::RelocationValueRef::Addend |
Definition at line 196 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), and llvm::RuntimeDyldELF::processRelocationRef().
| uint64_t llvm::RelocationValueRef::Offset |
Definition at line 195 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().
| unsigned llvm::RelocationValueRef::SectionID |
Definition at line 194 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().
| const char* llvm::RelocationValueRef::SymbolName |
Definition at line 197 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().
1.8.6