|
LLVM
3.7.0
|
Information about a named symbol. More...
#include <RuntimeDyld.h>
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) |
Information about a named symbol.
Definition at line 47 of file RuntimeDyld.h.
|
inline |
Definition at line 49 of file RuntimeDyld.h.
|
inline |
Definition at line 50 of file RuntimeDyld.h.
|
inline |
Definition at line 53 of file RuntimeDyld.h.
Referenced by llvm::MCJIT::getPointerToFunction(), llvm::orc::OrcMCJITReplacement::getSymbolAddress(), and llvm::MCJIT::getSymbolAddress().
|
inlineexplicit |
Definition at line 52 of file RuntimeDyld.h.
1.8.6