Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | List of all members
proteus::ObjectCacheChain Class Reference

#include <ObjectCacheChain.hpp>

Public Member Functions

 ObjectCacheChain (const std::string &Label)
 
std::unique_ptr< CompiledLibrarylookup (const HashT &HashValue)
 
void store (const HashT &HashValue, const CacheEntry &Entry)
 
void printStats ()
 

Constructor & Destructor Documentation

◆ ObjectCacheChain()

proteus::ObjectCacheChain::ObjectCacheChain ( const std::string &  Label)
explicit

Member Function Documentation

◆ lookup()

std::unique_ptr< CompiledLibrary > proteus::ObjectCacheChain::lookup ( const HashT HashValue)

◆ printStats()

void proteus::ObjectCacheChain::printStats ( )

◆ store()

void proteus::ObjectCacheChain::store ( const HashT HashValue,
const CacheEntry Entry 
)

The documentation for this class was generated from the following files: