LLVM API Documentation

Public Member Functions | Public Attributes
llvm::RelocationValueRef Class Reference

#include <RuntimeDyldImpl.h>

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

List of all members.

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 137 of file RuntimeDyldImpl.h.


Constructor & Destructor Documentation

Definition at line 143 of file RuntimeDyldImpl.h.


Member Function Documentation

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

Definition at line 150 of file RuntimeDyldImpl.h.

References Addend, Offset, SectionID, and SymbolName.

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

Definition at line 146 of file RuntimeDyldImpl.h.

References Addend, Offset, SectionID, and SymbolName.


Member Data Documentation


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