llvm-6502/lib/MC
Daniel Dunbar 011e4db845 llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.
- Currently unused.

 - A few other random comment fixes lumped in.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78960 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-13 23:36:34 +00:00
..
CMakeLists.txt Change MCSectionELF to represent a section semantically instead of 2009-08-13 05:07:35 +00:00
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. 2009-08-13 23:36:34 +00:00
MCContext.cpp sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. 2009-08-13 00:37:15 +00:00
MCNullStreamer.cpp llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. 2009-08-13 23:36:34 +00:00
MCSection.cpp Change MCSectionELF to represent a section semantically instead of 2009-08-13 05:07:35 +00:00
MCSectionELF.cpp Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' 2009-08-13 23:30:21 +00:00
MCSectionMachO.cpp
MCStreamer.cpp
TargetAsmParser.cpp