llvm-6502/lib/System/Win32
Reid Spencer 8bf7fba10b Per code review:
* get rid of (void) construct in function declarations
* make toString a const member
* add a default implementation of toString for Win32


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17873 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-16 06:22:17 +00:00
..
MappedFile.cpp Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. 2004-10-14 03:05:59 +00:00
MappedFile.inc Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. 2004-10-14 03:05:59 +00:00
Memory.cpp Patches to make this file actually compile under windows. 2004-09-15 05:49:50 +00:00
Memory.inc Patches to make this file actually compile under windows. 2004-09-15 05:49:50 +00:00
Path.cpp Fix isBytecodeFile to correctly recognized compressed bytecode too. 2004-11-09 20:27:23 +00:00
Path.inc Fix isBytecodeFile to correctly recognized compressed bytecode too. 2004-11-09 20:27:23 +00:00
Process.cpp Initial implementation of the Process abstraction for Win32. 2004-09-15 05:47:40 +00:00
Process.inc Initial implementation of the Process abstraction for Win32. 2004-09-15 05:47:40 +00:00
Program.cpp Stop propagating method names that violate the coding standard 2004-11-05 22:15:36 +00:00
Program.inc Stop propagating method names that violate the coding standard 2004-11-05 22:15:36 +00:00
Signals.cpp Adjust implementation to match new interface. 2004-11-15 17:20:28 +00:00
Signals.inc Adjust implementation to match new interface. 2004-11-15 17:20:28 +00:00
SysConfig.cpp Initial version of the SysConfig abstraction for Win32. 2004-09-15 05:48:49 +00:00
TimeValue.cpp Per code review: 2004-11-16 06:22:17 +00:00
TimeValue.inc Per code review: 2004-11-16 06:22:17 +00:00
Win32.h Provide the ThrowErrno utility. 2004-11-15 17:21:57 +00:00