|
LLVM
4.0.0
|
#include "llvm/Support/CachePruning.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Errc.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_ostream.h"#include <set>#include <system_error>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "cache-pruning" |
Functions | |
| static void | writeTimestampFile (StringRef TimestampFile) |
| Write a new timestamp file with the given path. More... | |
| #define DEBUG_TYPE "cache-pruning" |
Definition at line 22 of file CachePruning.cpp.
|
static |
Write a new timestamp file with the given path.
This is used for the pruning interval option.
Definition at line 31 of file CachePruning.cpp.
References llvm::sys::fs::F_None, and llvm::StringRef::str().
Referenced by llvm::CachePruning::prune().
1.8.6