llvm-6502/include/llvm/MC
Kevin Enderby 5026ae4514 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
the parsing of the .dump and .load should be done in the assembly parser and
not have any need for an MCStreamer API.  Changed the code for now so these
just produce an error saying these specific directives are not yet implemented
since they are likely no longer used and may never need to be implemented.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76462 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-20 20:25:37 +00:00
..
MCAsmLexer.h Add MCAsmLexer interface. 2009-07-20 20:01:54 +00:00
MCAsmParser.h Add MCAsmLexer interface. 2009-07-20 20:01:54 +00:00
MCContext.h llvm-mc: Diagnose misuse (mix) of defined symbols and labels. 2009-06-29 23:43:14 +00:00
MCInst.h Fill in some methods for the MCValue field of an MCOperand. 2009-06-30 23:37:44 +00:00
MCSection.h add comments, privatize interface 2009-07-01 06:31:49 +00:00
MCStreamer.h Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
MCSymbol.h Tweak MCSymbol doxyments. 2009-07-01 07:03:41 +00:00
MCValue.h Rename MCValue::isConstant to isAbsolute. 2009-07-01 06:48:00 +00:00