|
chigraph
master
Systems programming language written for beginners in LLVM
|
This is the complete list of members for chi::DefaultModuleCache, including all inherited members.
| cacheModule(const boost::filesystem::path &moduleName, llvm::Module &compiledModule, std::time_t timeAtFileRead) override | chi::DefaultModuleCache | virtual |
| cachePathForModule(const boost::filesystem::path &moduleName) const | chi::DefaultModuleCache | |
| cacheUpdateTime(const boost::filesystem::path &moduleName) const override | chi::DefaultModuleCache | virtual |
| context() const | chi::ModuleCache | inline |
| DefaultModuleCache(Context &ctx) | chi::DefaultModuleCache | |
| invalidateCache(const boost::filesystem::path &moduleName) override | chi::DefaultModuleCache | 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) override | chi::DefaultModuleCache | virtual |
| ~ModuleCache()=default | chi::ModuleCache | virtual |