LLVM  3.7.0
Public Member Functions | List of all members
llvm::SymbolTableEntry Class Reference

Symbol info for RuntimeDyld. More...

#include <RuntimeDyldImpl.h>

Inheritance diagram for llvm::SymbolTableEntry:
[legend]
Collaboration diagram for llvm::SymbolTableEntry:
[legend]

Public Member Functions

 SymbolTableEntry ()
 
 SymbolTableEntry (unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags)
 
unsigned getSectionID () const
 
uint64_t getOffset () const
 
- Public Member Functions inherited from llvm::JITSymbolBase
 JITSymbolBase (JITSymbolFlags Flags)
 
JITSymbolFlags getFlags () const
 
bool isWeak () const
 
bool isExported () const
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::JITSymbolBase
static JITSymbolFlags flagsFromGlobalValue (const GlobalValue &GV)
 

Detailed Description

Symbol info for RuntimeDyld.

Definition at line 169 of file RuntimeDyldImpl.h.

Constructor & Destructor Documentation

llvm::SymbolTableEntry::SymbolTableEntry ( )
inline

Definition at line 171 of file RuntimeDyldImpl.h.

References llvm::None.

llvm::SymbolTableEntry::SymbolTableEntry ( unsigned  SectionID,
uint64_t  Offset,
JITSymbolFlags  Flags 
)
inline

Definition at line 174 of file RuntimeDyldImpl.h.

Member Function Documentation

uint64_t llvm::SymbolTableEntry::getOffset ( ) const
inline

Definition at line 178 of file RuntimeDyldImpl.h.

unsigned llvm::SymbolTableEntry::getSectionID ( ) const
inline

Definition at line 177 of file RuntimeDyldImpl.h.


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