LLVM API Documentation

JIT.cpp File Reference

#include "JIT.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/GlobalVariable.h"
#include "llvm/Instructions.h"
#include "llvm/ModuleProvider.h"
#include "llvm/CodeGen/MachineCodeEmitter.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/Support/MutexGuard.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetJITInfo.h"
#include "llvm/Config/config.h"

Include dependency graph for JIT.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm

Functions

void *__dso_handle __attribute__ ((__visibility__("hidden")))
void llvm::LinkInJIT ()

Variables

static struct
{ ... } ::RegisterJIT 
JITRegistrator


Function Documentation

void* __dso_handle __attribute__ ( (__visibility__("hidden"))   ) 


Variable Documentation

struct { ... } RegisterJIT JITRegistrator [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.