LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

X86JITInfo.cpp File Reference

#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


Define Documentation

#define DEBUG_TYPE   "jit"
 

Definition at line 14 of file X86JITInfo.cpp.


Function Documentation

static void CompilationCallback  )  [static]
 

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.


Variable Documentation

TargetJITInfo::JITCompilerFn JITCompilerFunction [static]
 

JITCompilerFunction - This contains the address of the JIT function used to compile a function lazily.

Definition at line 37 of file X86JITInfo.cpp.