1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/include/llvm/System
Reid Spencer c1871a4eaa Dynamic Library abstraction. This makes the abstraction of a single dynamic
library (shared library/shared object) whose symbols can be looked up
dynamically. Used for plug-ins.

llvm-svn: 17940
2004-11-18 04:33:39 +00:00
..
DynamicLibrary.h Dynamic Library abstraction. This makes the abstraction of a single dynamic 2004-11-18 04:33:39 +00:00
LICENSE.TXT Initial implementation of the Path operating system concept. 2004-08-25 06:20:07 +00:00
MappedFile.h Allow explicit closing of the MappedFile, before destruction 2004-11-14 21:51:36 +00:00
Memory.h Simplify the sys::Memory interface per Chris' request. 2004-09-13 22:38:11 +00:00
Path.h Per code review: 2004-11-16 06:15:19 +00:00
Process.h Add methods for detecting different kinds of files by their magic number, 2004-09-11 04:18:05 +00:00
Program.h Clean up the interface and implementation of sys::Program so that it is 2004-09-13 21:48:44 +00:00
Signals.h Make the remove*OnSignal functions deal with Paths not strings 2004-11-14 21:53:09 +00:00
SysConfig.h Initial commit for platform independent system configuration support. 2004-08-31 18:13:52 +00:00
TimeValue.h Per code review: 2004-11-16 06:22:17 +00:00