|
LLVM
4.0.0
|
#include "llvm/LTO/Caching.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static void | commitEntry (StringRef TempFilename, StringRef EntryPath) |
Definition at line 24 of file Caching.cpp.
References llvm::sys::fs::F_None, llvm::MemoryBuffer::getFile(), llvm::sys::fs::remove(), llvm::sys::fs::rename(), and llvm::report_fatal_error().
Referenced by llvm::lto::localCache().
1.8.6