llvm-6502/lib/Bytecode/Writer
Chris Lattner 8ce750145d The only clients of the slot calculator are now the asmwriter and bcwriter.
Since this really only makes sense for these two, change hte instance variable
to reflect whether we are writing a bytecode file or not.  This makes it
reasonable to add bcwriter specific stuff to it as necessary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10837 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-14 02:49:34 +00:00
..
ConstantWriter.cpp Finegrainify namespacification 2004-01-10 18:49:43 +00:00
InstructionWriter.cpp Finegrainify namespacification 2004-01-10 18:49:43 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SlotCalculator.cpp The only clients of the slot calculator are now the asmwriter and bcwriter. 2004-01-14 02:49:34 +00:00
SlotCalculator.h The only clients of the slot calculator are now the asmwriter and bcwriter. 2004-01-14 02:49:34 +00:00
Writer.cpp Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly 2004-01-10 19:56:59 +00:00
WriterInternals.h Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is 2004-01-10 18:56:59 +00:00
WriterPrimitives.h Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is 2004-01-10 18:56:59 +00:00