LLVM
17.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 Other, and llvm::AMDGPU::HSAMD::Kernel::Key::SymbolName.
|
inline |
Definition at line 198 of file RuntimeDyldImpl.h.
References Other, and llvm::AMDGPU::HSAMD::Kernel::Key::SymbolName.
int64_t llvm::RelocationValueRef::Addend = 0 |
Definition at line 194 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), and llvm::RuntimeDyldCOFFX86_64::generateRelocationStub().
bool llvm::RelocationValueRef::IsStubThumb = false |
Definition at line 196 of file RuntimeDyldImpl.h.
uint64_t llvm::RelocationValueRef::Offset = 0 |
Definition at line 193 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), and llvm::RuntimeDyldCOFFX86_64::generateRelocationStub().
unsigned llvm::RelocationValueRef::SectionID = 0 |
Definition at line 192 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), and llvm::RuntimeDyldCOFFX86_64::generateRelocationStub().
const char* llvm::RelocationValueRef::SymbolName = nullptr |
Definition at line 195 of file RuntimeDyldImpl.h.
Referenced by llvm::RuntimeDyldCOFFAArch64::generateRelocationStub(), llvm::RuntimeDyldCOFFX86_64::generateRelocationStub(), and llvm::RuntimeDyldCOFF::getDLLImportOffset().