Home
last modified time | relevance | path

Searched refs:mapped_file (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DFileOutputBuffer.cpp36 std::unique_ptr<llvm::sys::fs::mapped_file_region> mapped_file( in create() local
42 pResult.reset(new FileOutputBuffer(mapped_file.get(), pFileHandle)); in create()
44 mapped_file.release(); in create()