|
chigraph
master
Systems programming language written for beginners in LLVM
|
This is the complete list of members for chi::ModuleCache, including all inherited members.
| cacheModule(const boost::filesystem::path &moduleName, llvm::Module &compiledModule, std::time_t timeAtFileRead)=0 | chi::ModuleCache | pure virtual |
| cacheUpdateTime(const boost::filesystem::path &moduleName) const =0 | chi::ModuleCache | pure virtual |
| context() const | chi::ModuleCache | inline |
| invalidateCache(const boost::filesystem::path &moduleName)=0 | chi::ModuleCache | pure virtual |
| ModuleCache(Context &ctx) | chi::ModuleCache | inlineexplicit |
| ModuleCache(const ModuleCache &)=delete (defined in chi::ModuleCache) | chi::ModuleCache | |
| ModuleCache(ModuleCache &&)=delete (defined in chi::ModuleCache) | chi::ModuleCache | |
| operator=(const ModuleCache &)=delete (defined in chi::ModuleCache) | chi::ModuleCache | |
| operator=(ModuleCache &&)=delete (defined in chi::ModuleCache) | chi::ModuleCache | |
| retrieveFromCache(const boost::filesystem::path &moduleName, std::time_t atLeastThisNew)=0 | chi::ModuleCache | pure virtual |
| ~ModuleCache()=default | chi::ModuleCache | virtual |