HomeSort by relevance Sort by last modified time
    Searched refs:CacheDir (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/lli/
lli.cpp 251 // directory specified by CacheDir, using a filename provided in the module
253 // file exists. CacheDir defaults to "", in which case objects are cached
258 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) {
260 if (!this->CacheDir.empty() &&
261 this->CacheDir[this->CacheDir.size() - 1] != '/')
262 this->CacheDir += '/';
272 if (!CacheDir.empty()) { // Create user-defined cache dir
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 676 sys::fs::current_path(CacheDir);
677 sys::path::append(CacheDir, "toy_object_cache");
690 SmallString<128>IRCacheFile = CacheDir;
692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
712 SmallString<128> IRCacheFile = CacheDir;
731 SmallString<128> CacheDir;
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 700 sys::fs::current_path(CacheDir);
701 sys::path::append(CacheDir, "toy_object_cache");
714 SmallString<128>IRCacheFile = CacheDir;
716 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
736 SmallString<128> IRCacheFile = CacheDir;
755 SmallString<128> CacheDir;
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 228 env.CacheDir(os.environ['SCONS_CACHE_DIR'])
  /external/mesa3d/scons/
gallium.py 228 env.CacheDir(os.environ['SCONS_CACHE_DIR'])

Completed in 234 milliseconds