Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <cstdint>
#include <filesystem>
#include <llvm/Bitcode/BitcodeWriter.h>
#include <llvm/IR/Module.h>
#include <llvm/Support/ErrorHandling.h>
#include <llvm/Support/MemoryBuffer.h>
#include <llvm/Support/MemoryBufferRef.h>
#include <llvm/ADT/StringRef.h>
#include "proteus/Hashing.hpp"
#include "proteus/Utils.h"
Go to the source code of this file.
Classes | |
class | proteus::JitStorageCache< Function_t > |
Namespaces | |
namespace | proteus |