HomeSort by relevance Sort by last modified time
    Searched defs:FileOutputBuffer (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Support/
FileOutputBuffer.cpp 1 //===- FileOutputBuffer.cpp -----------------------------------------------===//
9 #include "mcld/Support/FileOutputBuffer.h"
15 FileOutputBuffer::FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion,
20 FileOutputBuffer::~FileOutputBuffer() {
26 FileOutputBuffer::create(FileHandle& pFileHandle,
28 std::unique_ptr<FileOutputBuffer>& pResult) {
42 pResult.reset(new FileOutputBuffer(mapped_file.get(), pFileHandle));
49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength)
    [all...]
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 1 //===- FileOutputBuffer.cpp - File Output Buffer ----------------*- C++ -*-===//
14 #include "llvm/Support/FileOutputBuffer.h"
30 FileOutputBuffer::FileOutputBuffer(std::unique_ptr<mapped_file_region> R,
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(std::move(MappedFile), FilePath, TempFilePath))
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 1 //===- FileOutputBuffer.h -------------------------------------------------===//
24 /// FileOutputBuffer - This interface is borrowed from llvm bassically, and we
26 class FileOutputBuffer {
33 std::unique_ptr<FileOutputBuffer>& pResult);
53 ~FileOutputBuffer();
56 FileOutputBuffer(const FileOutputBuffer&);
57 FileOutputBuffer& operator=(const FileOutputBuffer&);
59 FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion
    [all...]
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 1 //=== 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 {
41 static ErrorOr<std::unique_ptr<FileOutputBuffer>>
74 ~FileOutputBuffer();
77 FileOutputBuffer(const FileOutputBuffer &) = delete
    [all...]

Completed in 181 milliseconds