|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include "proteus/CppJitModule.h"#include "proteus/impl/CompiledLibrary.h"#include "proteus/impl/Hashing.h"#include "proteus/impl/JitEngineHost.h"#include <clang/CodeGen/CodeGenAction.h>#include <clang/Driver/Compilation.h>#include <clang/Driver/Driver.h>#include <clang/Driver/Tool.h>#include <clang/Frontend/CompilerInstance.h>#include <clang/Frontend/CompilerInvocation.h>#include <clang/Lex/PreprocessorOptions.h>#include <llvm/IR/Module.h>#include <llvm/Option/ArgList.h>#include <llvm/Support/MemoryBuffer.h>#include <llvm/Support/raw_ostream.h>#include <llvm/TargetParser/Host.h>#include <llvm/TargetParser/Triple.h>#include <cstdint>#include <memory>
Namespaces | |
| namespace | proteus |