1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Support/Windows
Zachary Turner 117474a6aa [Support] Add WriteThroughMemoryBuffer.
This is like MemoryBuffer (read-only) and WritableMemoryBuffer
(writable private), but where the underlying file can be modified
after writing.  This is useful when you want to open a file, make
some targeted edits, and then write it back out.

Differential Revision: https://reviews.llvm.org/D44230

llvm-svn: 327057
2018-03-08 20:34:47 +00:00
..
COM.inc
DynamicLibrary.inc
explicit_symbols.inc
Host.inc
Memory.inc
Mutex.inc
Path.inc [Support] Add WriteThroughMemoryBuffer. 2018-03-08 20:34:47 +00:00
Process.inc
Program.inc
RWMutex.inc Report fatal error in the case of out of memory 2018-02-20 05:41:26 +00:00
Signals.inc Typo fix SIBABRT -> SIGABRT. 2018-01-18 21:45:51 +00:00
Threading.inc
ThreadLocal.inc
Watchdog.inc
WindowsSupport.h