llvm-6502/include/llvm/MC
Chris Lattner 93b6db3de9 sink the 'name' and 'isdirective' state out of MCSection into its derived classes.
This totally optimizes PIC16 sections by not having an 'isdirective' bit anymore!! ;-)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78517 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-08 23:39:42 +00:00
..
MCAsmLexer.h
MCAsmParser.h
MCContext.h sink the 'name' and 'isdirective' state out of MCSection into its derived classes. 2009-08-08 23:39:42 +00:00
MCInst.h Change MCOperand to use Create style instead of Make style for constructing 2009-08-02 00:09:22 +00:00
MCSection.h sink the 'name' and 'isdirective' state out of MCSection into its derived classes. 2009-08-08 23:39:42 +00:00
MCStreamer.h
MCSymbol.h
MCValue.h
SectionKind.h make MergeableCString be a SectionKind "abstract class", and 2009-08-04 05:35:56 +00:00