llvm-6502/lib/MC
Chris Lattner 975780bb59 change AsmPrinter to switch sections using AsmStreamer instead of
doing it directly.  This requires const'izing a bunch of stuff that
took sections, but this seems like the right semantic thing to do:
emitting a label to a section shouldn't mutate the MCSection object
itself, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79227 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 05:49:08 +00:00
..
CMakeLists.txt
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp change AsmPrinter to switch sections using AsmStreamer instead of 2009-08-17 05:49:08 +00:00
MCContext.cpp
MCNullStreamer.cpp change AsmPrinter to switch sections using AsmStreamer instead of 2009-08-17 05:49:08 +00:00
MCSection.cpp
MCSectionELF.cpp add support for target-specific ELF section flags, add a new MCSectionXCore 2009-08-15 05:56:11 +00:00
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
TargetAsmParser.cpp