Chris Lattner 3f035ee52d There is no reason to include ostream here, include iosfwd instead.
This file was schizophrenic when it came to representing sizes.  In some
cases it represented them as 'unsigneds', which are not enough for 64-bit
hosts.  In other cases, it represented them as uint64_t's, which are
inefficient for 32-bit hosts.

This patch unifies all of the sizes to use size_t instead.

llvm-svn: 19917
2005-01-29 17:16:07 +00:00
..
2004-11-21 00:00:04 +00:00
2004-10-26 16:19:57 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2005-01-19 05:08:31 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2005-01-13 23:26:28 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-11-13 19:32:45 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2005-01-29 06:29:45 +00:00
2005-01-22 16:30:58 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00