LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/ELFNixPlatform.h"
Public Member Functions | |
RuntimeFunction (SymbolStringPtr Name) |
Public Attributes | |
SymbolStringPtr | Name |
ExecutorAddr | Addr |
Definition at line 40 of file ELFNixPlatform.h.
|
inline |
Definition at line 41 of file ELFNixPlatform.h.
References llvm::move(), and Name.
ExecutorAddr llvm::orc::RuntimeFunction::Addr |
Definition at line 43 of file ELFNixPlatform.h.
SymbolStringPtr llvm::orc::RuntimeFunction::Name |
Definition at line 42 of file ELFNixPlatform.h.
Referenced by RuntimeFunction().