LLVM 18.0.0git
|
Represents a defining location for a JIT symbol. More...
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h"
Public Member Functions | |
ExecutorSymbolDef ()=default | |
ExecutorSymbolDef (ExecutorAddr Addr, JITSymbolFlags Flags) | |
const ExecutorAddr & | getAddress () const |
const JITSymbolFlags & | getFlags () const |
void | setFlags (JITSymbolFlags Flags) |
Friends | |
bool | operator== (const ExecutorSymbolDef &LHS, const ExecutorSymbolDef &RHS) |
bool | operator!= (const ExecutorSymbolDef &LHS, const ExecutorSymbolDef &RHS) |
Represents a defining location for a JIT symbol.
Definition at line 23 of file ExecutorSymbolDef.h.
|
default |
|
inline |
Definition at line 26 of file ExecutorSymbolDef.h.
References Addr.
|
inline |
Definition at line 29 of file ExecutorSymbolDef.h.
Referenced by DEFINE_SIMPLE_CONVERSION_FUNCTIONS().
|
inline |
Definition at line 31 of file ExecutorSymbolDef.h.
Referenced by DEFINE_SIMPLE_CONVERSION_FUNCTIONS().
|
inline |
Definition at line 33 of file ExecutorSymbolDef.h.
|
friend |
Definition at line 41 of file ExecutorSymbolDef.h.
|
friend |
Definition at line 35 of file ExecutorSymbolDef.h.