LLVM  3.7.0
Public Member Functions | List of all members
llvm::orc::JITCompileCallbackManagerBase::CompileCallbackInfo Class Reference

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

#include <IndirectionUtils.h>

Public Member Functions

 CompileCallbackInfo (TargetAddress Addr, CompileFtor &Compile)
 
TargetAddress 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 40 of file IndirectionUtils.h.

Constructor & Destructor Documentation

llvm::orc::JITCompileCallbackManagerBase::CompileCallbackInfo::CompileCallbackInfo ( TargetAddress  Addr,
CompileFtor Compile 
)
inline

Definition at line 42 of file IndirectionUtils.h.

Member Function Documentation

TargetAddress llvm::orc::JITCompileCallbackManagerBase::CompileCallbackInfo::getAddress ( ) const
inline

Definition at line 45 of file IndirectionUtils.h.

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

Definition at line 46 of file IndirectionUtils.h.


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