llvm-6502/lib/Bytecode/Writer
Chris Lattner 86c9365761 If a function is external, do not output a FunctionBlock for the function
AT ALL.  This saves 11 bytes per external function from the bytecode file,
and is also required to make GhostLinkage work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17854 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15 21:46:40 +00:00
..
Makefile Fix name of library 2004-10-28 05:30:54 +00:00
SlotCalculator.cpp Fix the previous bug the correct way. This fixes ptrdist/bc 2004-10-24 04:27:59 +00:00
SlotCalculator.h Add the CompactionTableIsEmpty function so that we can determine if a 2004-08-26 22:32:00 +00:00
SlotTable.h Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Writer.cpp If a function is external, do not output a FunctionBlock for the function 2004-11-15 21:46:40 +00:00
WriterInternals.h Changes For Bug 352 2004-09-01 22:55:40 +00:00