llvm-6502/lib/System/Interix
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
Memory.cpp Use the /dev/zero device as the device on which the pages are mapped. 2004-09-18 19:34:09 +00:00
Path.cpp
Process.cpp
Program.cpp
Signals.cpp
SysConfig.cpp
TimeValue.cpp Added stub implementations of TimeValue concept for remaining platforms. 2004-09-25 05:03:54 +00:00