Searched refs:CacheDir (Results 1 – 5 of 5) sorted by relevance
268 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument270 if (!this->CacheDir.empty() && in LLIObjectCache()271 this->CacheDir[this->CacheDir.size() - 1] != '/') in LLIObjectCache()272 this->CacheDir += '/'; in LLIObjectCache()281 if (!CacheDir.empty()) { // Create user-defined cache dir. in notifyObjectCompiled()311 std::string CacheDir; member in LLIObjectCache326 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
676 sys::fs::current_path(CacheDir); in MCJITObjectCache()677 sys::path::append(CacheDir, "toy_object_cache"); in MCJITObjectCache()690 SmallString<128>IRCacheFile = CacheDir; in notifyObjectCompiled()692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()712 SmallString<128> IRCacheFile = CacheDir; in getObject()731 SmallString<128> CacheDir; member in MCJITObjectCache
695 sys::fs::current_path(CacheDir); in MCJITObjectCache()696 sys::path::append(CacheDir, "toy_object_cache"); in MCJITObjectCache()709 SmallString<128>IRCacheFile = CacheDir; in notifyObjectCompiled()711 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()731 SmallString<128> IRCacheFile = CacheDir; in getObject()750 SmallString<128> CacheDir; member in MCJITObjectCache
228 env.CacheDir(os.environ['SCONS_CACHE_DIR'])
1591 CacheDir(env['cache'])