Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <JitStorageCache.hpp>
Public Member Functions | |
JitStorageCache () | |
std::unique_ptr< CompiledLibrary > | lookup (HashT &HashValue) |
void | store (HashT &HashValue, MemoryBufferRef ObjBufRef) |
void | storeDynamicLibrary (HashT &HashValue, const SmallString< 128 > &Path) |
void | printStats () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |