LLVM 22.0.0git
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 191 of file RuntimeDyldImpl.h.

Member Function Documentation

◆ operator<()

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

Definition at line 204 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 199 of file RuntimeDyldImpl.h.

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

Member Data Documentation

◆ Addend

◆ IsStubThumb

bool llvm::RelocationValueRef::IsStubThumb = false

Definition at line 197 of file RuntimeDyldImpl.h.

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

◆ Offset

◆ SectionID

◆ SymbolName

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

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