LLVM 20.0.0git
|
#include "ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h"
Public Member Functions | |
bool | operator== (const RelocationValueRef &Other) const |
bool | operator< (const RelocationValueRef &Other) const |
Public Attributes | |
unsigned | SectionID = 0 |
uint64_t | Offset = 0 |
int64_t | Addend = 0 |
const char * | SymbolName = nullptr |
bool | IsStubThumb = false |
Definition at line 190 of file RuntimeDyldImpl.h.
|
inline |
Definition at line 203 of file RuntimeDyldImpl.h.
References Addend, IsStubThumb, Offset, llvm::Other, SectionID, and SymbolName.
|
inline |
Definition at line 198 of file RuntimeDyldImpl.h.
References Addend, IsStubThumb, Offset, llvm::Other, SectionID, and SymbolName.
int64_t llvm::RelocationValueRef::Addend = 0 |
Definition at line 194 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), operator<(), operator==(), and llvm::RuntimeDyldELF::processRelocationRef().
bool llvm::RelocationValueRef::IsStubThumb = false |
Definition at line 196 of file RuntimeDyldImpl.h.
Referenced by operator<(), and operator==().
uint64_t llvm::RelocationValueRef::Offset = 0 |
Definition at line 193 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), operator<(), and operator==().
unsigned llvm::RelocationValueRef::SectionID = 0 |
Definition at line 192 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), operator<(), operator==(), and llvm::RuntimeDyldELF::processRelocationRef().
Definition at line 195 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), llvm::RuntimeDyldCOFF::getDLLImportOffset(), operator<(), and operator==().