1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/System/FreeBSD
Reid Spencer da2e8b9943 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.

llvm-svn: 16649
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 Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& 2004-09-15 03:55:45 +00:00
Path.cpp Provide initial implementations of Memory and Process concepts for various 2004-09-11 04:59:30 +00:00
Process.cpp Provide initial implementations of Memory and Process concepts for various 2004-09-11 04:59:30 +00:00
Program.cpp
Signals.cpp
SysConfig.cpp
TimeValue.cpp FreeBSD implementation of the TimeValue::now() method. 2004-09-28 23:54:12 +00:00