TPDE
Loading...
Searching...
No Matches
tpde_llvm::JITMapper Class Reference

In-memory mapper for JIT execution. More...

#include <LLVMCompiler.hpp>

Public Member Functions

void * lookup_global (llvm::GlobalValue *) noexcept
 Get the address for a global, which must be contained in the compiled module.
 
 operator bool () const noexcept
 Indicate whether compilation and in-memory mapping was successful.
 

Detailed Description

In-memory mapper for JIT execution.

Memory and registered unwind info will be released on destruction.

Definition at line 23 of file LLVMCompiler.hpp.


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