llvm-mirror/lib/Bytecode/Reader
Reid Spencer 1c72c28b2b For PR351:
Use sys::MappedFile instead of ReadFileIntoAddressSpace and
UnmapFileFromAddressSpace. sys::MappedFile has the nice property that it
cleans up after itself so exception handling can be removed.

llvm-svn: 18902
2004-12-13 18:25:27 +00:00
..
Analyzer.cpp Don't print a bunch of metrics that are meaningless for external functions 2004-10-15 19:40:31 +00:00
Makefile Fix library name. 2004-10-28 05:32:01 +00:00
Reader.cpp Remove a dead field, make the map go to integer type ID to hash better and 2004-12-09 06:19:44 +00:00
Reader.h Remove a dead field, make the map go to integer type ID to hash better and 2004-12-09 06:19:44 +00:00
ReaderWrappers.cpp For PR351: 2004-12-13 18:25:27 +00:00