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

Information about a named symbol. More...

#include <RuntimeDyld.h>

Inheritance diagram for llvm::RuntimeDyld::SymbolInfo:
[legend]
Collaboration diagram for llvm::RuntimeDyld::SymbolInfo:
[legend]

Public Member Functions

 SymbolInfo (std::nullptr_t)
 
 SymbolInfo (uint64_t Address, JITSymbolFlags Flags)
 
 operator bool () const
 
uint64_t getAddress () 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

Information about a named symbol.

Definition at line 47 of file RuntimeDyld.h.

Constructor & Destructor Documentation

llvm::RuntimeDyld::SymbolInfo::SymbolInfo ( std::nullptr_t  )
inline

Definition at line 49 of file RuntimeDyld.h.

llvm::RuntimeDyld::SymbolInfo::SymbolInfo ( uint64_t  Address,
JITSymbolFlags  Flags 
)
inline

Definition at line 50 of file RuntimeDyld.h.

Member Function Documentation

uint64_t llvm::RuntimeDyld::SymbolInfo::getAddress ( ) const
inline
llvm::RuntimeDyld::SymbolInfo::operator bool ( ) const
inlineexplicit

Definition at line 52 of file RuntimeDyld.h.


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