LLVM
8.0.1
|
#include "ExecutionEngine/RuntimeDyld/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 |
bool | IsStubThumb = false |
Definition at line 192 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 199 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 207 of file RuntimeDyldImpl.h.
References Addend, IsStubThumb, Offset, SectionID, and SymbolName.
|
inline |
Definition at line 202 of file RuntimeDyldImpl.h.
References Addend, IsStubThumb, Offset, SectionID, and SymbolName.
int64_t llvm::RelocationValueRef::Addend |
Definition at line 196 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), llvm::RuntimeDyldELF::loadObject(), operator<(), operator==(), llvm::RuntimeDyldELF::processRelocationRef(), and llvm::RuntimeDyldELF::resolveRelocation().
Definition at line 198 of file RuntimeDyldImpl.h.
Referenced by operator<(), operator==(), and llvm::RuntimeDyldMachOARM::processRelocationRef().
uint64_t llvm::RelocationValueRef::Offset |
Definition at line 195 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachOX86_64::finalizeSection(), llvm::RuntimeDyldMachOARM::finalizeSection(), llvm::RuntimeDyldMachOAArch64::finalizeSection(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), llvm::RuntimeDyldELF::getGOTEntrySize(), llvm::RuntimeDyldMachO::getRelocationValueRef(), llvm::RuntimeDyldMachO::makeValueAddendPCRel(), operator<(), operator==(), llvm::RuntimeDyldMachOI386::processRelocationRef(), llvm::RuntimeDyldMachOX86_64::processRelocationRef(), llvm::RuntimeDyldMachOARM::processRelocationRef(), llvm::RuntimeDyldELF::processRelocationRef(), llvm::RuntimeDyldMachOAArch64::processRelocationRef(), and llvm::RuntimeDyldELF::resolveRelocation().
unsigned llvm::RelocationValueRef::SectionID |
Definition at line 194 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachOX86_64::finalizeSection(), llvm::RuntimeDyldMachOARM::finalizeSection(), llvm::RuntimeDyldMachOAArch64::finalizeSection(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), llvm::RuntimeDyldELF::getGOTEntrySize(), llvm::RuntimeDyldMachO::getRelocationValueRef(), llvm::RuntimeDyldELF::loadObject(), operator<(), operator==(), llvm::RuntimeDyldMachOI386::processRelocationRef(), llvm::RuntimeDyldMachOX86_64::processRelocationRef(), llvm::RuntimeDyldMachOARM::processRelocationRef(), llvm::RuntimeDyldELF::processRelocationRef(), llvm::RuntimeDyldMachOAArch64::processRelocationRef(), and llvm::RuntimeDyldELF::resolveRelocation().
Definition at line 197 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldMachOX86_64::finalizeSection(), llvm::RuntimeDyldMachOARM::finalizeSection(), llvm::RuntimeDyldMachOAArch64::finalizeSection(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), llvm::RuntimeDyldELF::getGOTEntrySize(), llvm::RuntimeDyldMachO::getRelocationValueRef(), llvm::RuntimeDyldELF::loadObject(), operator<(), operator==(), llvm::RuntimeDyldMachOI386::processRelocationRef(), llvm::RuntimeDyldMachOX86_64::processRelocationRef(), llvm::RuntimeDyldMachOARM::processRelocationRef(), llvm::RuntimeDyldELF::processRelocationRef(), llvm::RuntimeDyldMachOAArch64::processRelocationRef(), and llvm::RuntimeDyldELF::resolveRelocation().