|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <ObjectCacheChain.hpp>
Public Member Functions | |
| ObjectCacheChain (const std::string &Label) | |
| std::unique_ptr< CompiledLibrary > | lookup (const HashT &HashValue) |
| void | store (const HashT &HashValue, const CacheEntry &Entry) |
| void | printStats () |
|
explicit |
| std::unique_ptr< CompiledLibrary > proteus::ObjectCacheChain::lookup | ( | const HashT & | HashValue | ) |
| void proteus::ObjectCacheChain::printStats | ( | ) |
| void proteus::ObjectCacheChain::store | ( | const HashT & | HashValue, |
| const CacheEntry & | Entry | ||
| ) |