llvm-6502/lib/System/Win32
Reid Spencer 9737492204 First version of the MappedFile abstraction for operating system idependent
mapping of files. This first version uses mmap where its available. The
class needs to implement an alternate mechanism based on malloc'd memory
and file reading/writing for platforms without virtual memory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16649 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-04 11:08:32 +00:00
..
MappedFile.cpp First version of the MappedFile abstraction for operating system idependent 2004-10-04 11:08:32 +00:00
MappedFile.inc First version of the MappedFile abstraction for operating system idependent 2004-10-04 11:08:32 +00:00
Memory.cpp
Memory.inc
Path.cpp Improve validity checking of windows path names and fix file creation 2004-09-29 00:01:17 +00:00
Path.inc Improve validity checking of windows path names and fix file creation 2004-09-29 00:01:17 +00:00
Process.cpp
Process.inc
Program.cpp
Program.inc
Signals.cpp That should actually be __MING, not __MINGW. 2004-09-30 18:28:07 +00:00
Signals.inc That should actually be __MING, not __MINGW. 2004-09-30 18:28:07 +00:00
SysConfig.cpp
TimeValue.cpp Win32 implementation of TimeValue::now(). 2004-09-28 23:56:20 +00:00
TimeValue.inc Win32 implementation of TimeValue::now(). 2004-09-28 23:56:20 +00:00
Win32.h