1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Bytecode/Reader
Chris Lattner fdc746ac38 Do not put internal symbols into the symbol table. This shrinks the symbol
table for archives in common cases, and prevents trying to resolve a
external reference with an internal reference.  This shrinks the libpython.a
symbol table from 126302 to 19770 bytes.

llvm-svn: 20151
2005-02-13 17:42:11 +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 Fix the regressions my User changes introduced. Apparently some parts of 2005-01-31 01:11:13 +00:00
Reader.h Adjust to changes in User class and minor changes in instruction ctors. 2005-01-29 00:36:19 +00:00
ReaderWrappers.cpp Do not put internal symbols into the symbol table. This shrinks the symbol 2005-02-13 17:42:11 +00:00