Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp353 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename() local
356 if (isalpha(CacheSubdir[0]) && CacheSubdir[1] == ':') { in getCacheFilename()
357 CacheSubdir[1] = CacheSubdir[0]; in getCacheFilename()
358 CacheSubdir[0] = '/'; in getCacheFilename()
362 CacheName = CacheDir + CacheSubdir; in getCacheFilename()