HomeSort by: relevance | last modified time | path
    Searched defs:FileOutputBuffer (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== FileOutputBuffer.h - File Output Buffer -------------------*- C++ -*-===//
21 /// FileOutputBuffer - This interface provides simple way to create an in-memory
25 /// If the FileOutputBuffer is committed, the target file's content will become
26 /// the buffer content at the time of the commit. If the FileOutputBuffer is
27 /// not committed, the file will be deleted in the FileOutputBuffer destructor.
28 class FileOutputBuffer {
48 static Expected<std::unique_ptr<FileOutputBuffer>>
73 virtual ~FileOutputBuffer() {}
80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {}

Completed in 21 milliseconds