LLVM API Documentation
#include "X86JITInfo.h"
#include "X86Relocations.h"
#include "llvm/CodeGen/MachineCodeEmitter.h"
#include "llvm/Config/alloca.h"
Include dependency graph for X86JITInfo.cpp:
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "jit" |
Functions | |
static void | CompilationCallback () |
Variables | |
static TargetJITInfo::JITCompilerFn | JITCompilerFunction |
|
Definition at line 14 of file X86JITInfo.cpp. |
|
CompilationCallback - This is the target-specific function invoked by the function stub when we did not know the real target of a call. This function must locate the start of the stub or call site and pass it into the JIT compiler function. Definition at line 43 of file X86JITInfo.cpp. References DEBUG, and JITCompilerFunction. |
|
JITCompilerFunction - This contains the address of the JIT function used to compile a function lazily. Definition at line 37 of file X86JITInfo.cpp. |