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

Symbol info for RuntimeDyld. More...

#include <RuntimeDyldImpl.h>

Public Member Functions

 SymbolTableEntry ()
 
 SymbolTableEntry (unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags)
 
unsigned getSectionID () const
 
uint64_t getOffset () const
 
JITSymbolFlags getFlags () const
 

Detailed Description

Symbol info for RuntimeDyld.

Definition at line 217 of file RuntimeDyldImpl.h.

Constructor & Destructor Documentation

llvm::SymbolTableEntry::SymbolTableEntry ( )
inline

Definition at line 219 of file RuntimeDyldImpl.h.

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

Definition at line 222 of file RuntimeDyldImpl.h.

Member Function Documentation

JITSymbolFlags llvm::SymbolTableEntry::getFlags ( ) const
inline

Definition at line 228 of file RuntimeDyldImpl.h.

References fuzzer::Flags.

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

Definition at line 226 of file RuntimeDyldImpl.h.

References Offset.

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

Definition at line 225 of file RuntimeDyldImpl.h.


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