LLVM: llvm::RelocationValueRef Class Reference (original) (raw)

#include "[ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h](RuntimeDyldImpl%5F8h%5Fsource.html)"

Public Attributes
unsigned SectionID = 0
uint64_t Offset = 0
int64_t Addend = 0
const char * SymbolName = nullptr
bool IsStubThumb = false

Definition at line 191 of file RuntimeDyldImpl.h.

operator<()

operator==()

Addend

int64_t llvm::RelocationValueRef::Addend = 0

IsStubThumb

bool llvm::RelocationValueRef::IsStubThumb = false

Offset

uint64_t llvm::RelocationValueRef::Offset = 0

SectionID

unsigned llvm::RelocationValueRef::SectionID = 0

SymbolName

const char* llvm::RelocationValueRef::SymbolName = nullptr


The documentation for this class was generated from the following file: