Searched refs:FileOutputBuffer (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h1 //=== FileOutputBuffer.h - File Output Buffer -------------------*- C++ -*-===//
24 /// FileOutputBuffer - This interface provides simple way to create an in-memory
28 /// If the FileOutputBuffer is committed, the target file's content will become
29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
30 /// not committed, the file will be deleted in the FileOutputBuffer destructor.
31 class FileOutputBuffer { class in namespace:llvm
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp1 //===- FileOutputBuffer.cpp - File Output Buffer ----------------*- C++ -*-===//
14 #include "llvm/Support/FileOutputBuffer.h"
30 FileOutputBuffer::FileOutputBuffer(std::unique_ptr<mapped_file_region> R, function in class:llvm::FileOutputBuffer
34 FileOutputBuffer::~FileOutputBuffer() {
38 ErrorOr<std::unique_ptr<FileOutputBuffer>>
39 FileOutputBuffer::create(StringRef FilePath, size_t Size, unsigned Flags) {
99 std::unique_ptr<FileOutputBuffer> Buf(
100 new FileOutputBuffer(st
[all...]
/freebsd-11.0-release/lib/clang/libllvmsupport/
H A DMakefile96 FileOutputBuffer.cpp \

Completed in 36 milliseconds