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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h1 //=== FileOutputBuffer.h - File Output Buffer -------------------*- C++ -*-===//
26 /// FileOutputBuffer - This interface provides simple way to create an in-memory
30 /// If the FileOutputBuffer is committed, the target file's content will become
31 /// the buffer content at the time of the commit. If the FileOutputBuffer is
32 /// not committed, the file will be deleted in the FileOutputBuffer destructor.
33 class FileOutputBuffer { class in namespace:llvm
44 OwningPtr<FileOutputBuffer> &Result,
77 ~FileOutputBuffer();
80 FileOutputBuffer(const FileOutputBuffer
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp1 //===- FileOutputBuffer.cpp - File Output Buffer ----------------*- C++ -*-===//
14 #include "llvm/Support/FileOutputBuffer.h"
23 FileOutputBuffer::FileOutputBuffer(mapped_file_region * R, function in class:llvm::FileOutputBuffer
30 FileOutputBuffer::~FileOutputBuffer() {
35 error_code FileOutputBuffer::create(StringRef FilePath,
37 OwningPtr<FileOutputBuffer> &Result,
83 Result.reset(new FileOutputBuffer(MappedFile.get(), FilePath, TempFilePath));
90 error_code FileOutputBuffer
[all...]
/freebsd-9.3-release/lib/clang/libllvmsupport/
H A DMakefile28 FileOutputBuffer.cpp \

Completed in 85 milliseconds