LLVM API Documentation
#include "llvm-c/ExecutionEngine.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/ValueMap.h"
#include "llvm/MC/MCCodeGenInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/ValueHandle.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::ExecutionEngineState |
Helper class for helping synchronize access to the global address map table. More... | |
struct | llvm::ExecutionEngineState::AddressMapConfig |
class | llvm::ExecutionEngine |
Abstract interface for implementation execution of LLVM modules, designed to support both interpreter and just-in-time (JIT) compiler implementations. More... | |
class | llvm::EngineBuilder |
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
llvm::EngineKind | |
Enumerations | |
enum | llvm::EngineKind::Kind { llvm::EngineKind::JIT = 0x1, llvm::EngineKind::Interpreter = 0x2 } |
Variables | |
static const Kind | llvm::EngineKind::Either = (Kind)(JIT | Interpreter) |