|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <optional>#include <string>#include <llvm/ExecutionEngine/Orc/LLJIT.h>#include "proteus/CompilerInterfaceTypes.h"#include "proteus/Error.h"#include "proteus/Init.h"#include "proteus/impl/Caching/MemoryCache.h"#include "proteus/impl/Caching/ObjectCacheChain.h"#include "proteus/impl/CompiledLibrary.h"#include "proteus/impl/Config.h"#include "proteus/impl/JitEngine.h"

Go to the source code of this file.
Classes | |
| class | proteus::JitEngineHost |
Namespaces | |
| namespace | proteus |