|
LLVM
3.7.0
|
Base class for symbols in the JIT. More...
#include <JITSymbolFlags.h>
Public Member Functions | |
| JITSymbolBase (JITSymbolFlags Flags) | |
| JITSymbolFlags | getFlags () const |
| bool | isWeak () const |
| bool | isExported () const |
Static Public Member Functions | |
| static JITSymbolFlags | flagsFromGlobalValue (const GlobalValue &GV) |
Base class for symbols in the JIT.
Definition at line 51 of file JITSymbolFlags.h.
|
inline |
Definition at line 53 of file JITSymbolFlags.h.
|
inlinestatic |
Definition at line 65 of file JITSymbolFlags.h.
References llvm::Exported, llvm::GlobalValue::hasHiddenVisibility(), llvm::GlobalValue::hasLocalLinkage(), llvm::GlobalValue::hasWeakLinkage(), llvm::None, and llvm::Weak.
|
inline |
Definition at line 55 of file JITSymbolFlags.h.
|
inline |
Definition at line 61 of file JITSymbolFlags.h.
References llvm::Exported.
|
inline |
Definition at line 57 of file JITSymbolFlags.h.
References llvm::Weak.
1.8.6