LLVM API Documentation
#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/CodeGen/MachineFunction.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetJITInfo.h"
#include <iostream>
Include dependency graph for JIT.cpp:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
struct | RegisterJIT |
Functions | |
void | llvm::LinkInJIT () |
Variables | |
static struct RegisterJIT | JITRegistrator |
struct RegisterJIT JITRegistrator [static] |