LLVM  4.0.0
Public Member Functions | List of all members
llvm::orc::JITCompileCallbackManager::CompileCallbackInfo Class Reference

Handle to a newly created compile callback. More...

#include <IndirectionUtils.h>

Public Member Functions

 CompileCallbackInfo (JITTargetAddress Addr, CompileFtor &Compile)
 
JITTargetAddress getAddress () const
 
void setCompileAction (CompileFtor Compile)
 

Detailed Description

Handle to a newly created compile callback.

Can be used to get an IR constant representing the address of the trampoline, and to set the compile action for the callback.

Definition at line 49 of file IndirectionUtils.h.

Constructor & Destructor Documentation

llvm::orc::JITCompileCallbackManager::CompileCallbackInfo::CompileCallbackInfo ( JITTargetAddress  Addr,
CompileFtor Compile 
)
inline

Definition at line 51 of file IndirectionUtils.h.

Member Function Documentation

JITTargetAddress llvm::orc::JITCompileCallbackManager::CompileCallbackInfo::getAddress ( ) const
inline

Definition at line 54 of file IndirectionUtils.h.

void llvm::orc::JITCompileCallbackManager::CompileCallbackInfo::setCompileAction ( CompileFtor  Compile)
inline

Definition at line 55 of file IndirectionUtils.h.


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