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

#include "ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h"

Collaboration diagram for llvm::RelocationValueRef:
Collaboration graph
[legend]

Public Member Functions

 RelocationValueRef ()
 
bool operator== (const RelocationValueRef &Other) const
 
bool operator< (const RelocationValueRef &Other) const
 

Public Attributes

unsigned SectionID
 
uint64_t Offset
 
int64_t Addend
 
const charSymbolName
 
bool IsStubThumb = false
 

Detailed Description

Definition at line 192 of file RuntimeDyldImpl.h.

Constructor & Destructor Documentation

◆ RelocationValueRef()

llvm::RelocationValueRef::RelocationValueRef ( )
inline

Definition at line 199 of file RuntimeDyldImpl.h.

Member Function Documentation

◆ operator<()

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

Definition at line 207 of file RuntimeDyldImpl.h.

References Addend, IsStubThumb, Offset, SectionID, and SymbolName.

◆ operator==()

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

Definition at line 202 of file RuntimeDyldImpl.h.

References Addend, IsStubThumb, Offset, SectionID, and SymbolName.

Member Data Documentation

◆ Addend

int64_t llvm::RelocationValueRef::Addend

◆ IsStubThumb

bool llvm::RelocationValueRef::IsStubThumb = false

◆ Offset

uint64_t llvm::RelocationValueRef::Offset

◆ SectionID

unsigned llvm::RelocationValueRef::SectionID

◆ SymbolName

const char* llvm::RelocationValueRef::SymbolName

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