|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include "proteus/Frontend/Dispatcher.h"#include "proteus/Frontend/TargetModel.h"#include "proteus/JitFuncAttribute.h"#include <memory>#include <string>#include <type_traits>#include <utility>

Go to the source code of this file.
Classes | |
| class | proteus::LLVMIRJitModule |
| struct | proteus::LLVMIRJitModule::FunctionHandle< RetT(ArgT...)> |
| struct | proteus::LLVMIRJitModule::KernelHandle< RetT(ArgT...)> |
Namespaces | |
| namespace | proteus |
Enumerations | |
| enum class | proteus::LLVMIRInputKind { proteus::Auto , proteus::TextIR , proteus::Bitcode } |