LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::RelocationValueRef Class Reference

#include <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 char * SymbolName
 

Detailed Description

Definition at line 118 of file RuntimeDyldImpl.h.

Constructor & Destructor Documentation

llvm::RelocationValueRef::RelocationValueRef ( )
inline

Definition at line 124 of file RuntimeDyldImpl.h.

Member Function Documentation

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

Definition at line 130 of file RuntimeDyldImpl.h.

References Addend, Offset, SectionID, and SymbolName.

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

Definition at line 126 of file RuntimeDyldImpl.h.

References Addend, Offset, SectionID, and SymbolName.

Member Data Documentation

int64_t llvm::RelocationValueRef::Addend
uint64_t llvm::RelocationValueRef::Offset
unsigned llvm::RelocationValueRef::SectionID
const char* llvm::RelocationValueRef::SymbolName

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