Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInstance.cpp1012 static void writeTimestampFile(StringRef TimestampFile) { in writeTimestampFile() argument
1014 llvm::raw_fd_ostream Out(TimestampFile.str().c_str(), ErrorInfo, in writeTimestampFile()
1022 llvm::SmallString<128> TimestampFile; in pruneModuleCache() local
1023 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1024 llvm::sys::path::append(TimestampFile, "modules.timestamp"); in pruneModuleCache()
1027 if (::stat(TimestampFile.c_str(), &StatBuf)) { in pruneModuleCache()
1030 writeTimestampFile(TimestampFile); in pruneModuleCache()
1045 writeTimestampFile(TimestampFile); in pruneModuleCache()