LLVM API Documentation

Defines | Functions
JIT.cpp File Reference
#include "JIT.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/CodeGen/JITCodeEmitter.h"
#include "llvm/CodeGen/MachineCodeInfo.h"
#include "llvm/Config/config.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/ExecutionEngine/JITEventListener.h"
#include "llvm/ExecutionEngine/JITMemoryManager.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MutexGuard.h"
#include "llvm/Target/TargetJITInfo.h"
#include "llvm/Target/TargetMachine.h"
Include dependency graph for JIT.cpp:

Go to the source code of this file.

Defines

#define HAVE_EHTABLE_SUPPORT   0

Functions

void *__dso_handle __attribute__ ((__visibility__("hidden")))
void LLVMLinkInJIT ()
void * getPointerToNamedFunction (const char *Name)

Define Documentation

#define HAVE_EHTABLE_SUPPORT   0

Definition at line 75 of file JIT.cpp.


Function Documentation

void* __dso_handle __attribute__ ( (__visibility__("hidden"))  )
void* getPointerToNamedFunction ( const char *  Name)

Definition at line 265 of file JIT.cpp.