Home
last modified time | relevance | path

Searched refs:CacheDir (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/lli/
Dlli.cpp268 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument
270 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 LLIObjectCache
326 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp676 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
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp695 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
/external/mesa3d/scons/
Dgallium.py228 env.CacheDir(os.environ['SCONS_CACHE_DIR'])
/external/v8/
DSConstruct1591 CacheDir(env['cache'])