LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::RelocationValueRef Class Reference

#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 charSymbolName = nullptr
 
bool IsStubThumb = false
 

Detailed Description

Definition at line 190 of file RuntimeDyldImpl.h.

Member Function Documentation

◆ operator<()

bool llvm::RelocationValueRef::operator< ( const RelocationValueRef Other) const
inline

Definition at line 203 of file RuntimeDyldImpl.h.

References Addend, IsStubThumb, Offset, llvm::Other, SectionID, and SymbolName.

◆ operator==()

bool llvm::RelocationValueRef::operator== ( const RelocationValueRef Other) const
inline

Definition at line 198 of file RuntimeDyldImpl.h.

References Addend, IsStubThumb, Offset, llvm::Other, SectionID, and SymbolName.

Member Data Documentation

◆ Addend

int64_t llvm::RelocationValueRef::Addend = 0

◆ IsStubThumb

bool llvm::RelocationValueRef::IsStubThumb = false

Definition at line 196 of file RuntimeDyldImpl.h.

Referenced by operator<(), and operator==().

◆ 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: