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

#include <LLVMCompiler.hpp>

Public Member Functions

void * lookup_global (llvm::GlobalValue *) noexcept
 
 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.

Member Function Documentation

◆ lookup_global()

void * tpde_llvm::JITMapper::lookup_global ( llvm::GlobalValue * )
noexcept

Get the address for a global, which must be contained in the compiled module.


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