llvm-6502/include/llvm/MC
Chris Lattner c28cc093e3 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer
allocated and thus not freed.  This is cool except that it contains
and std::string so the string data didn't get freed.  In any case
there is no reason to redundantly store the string data in the 
MCSymbol anyway, just make the MCSymbol ref the string data in the
MCContext StringMap.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98536 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-15 06:15:35 +00:00
..
MCParser llvm-mc: Support -n, useful for comparing -integrated-as output since the 2010-03-13 02:20:57 +00:00
MCAsmInfo.h move fastcall/stdcall mangling up into Mangler. 2010-03-12 21:03:47 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... 2010-03-12 21:00:45 +00:00
MCAssembler.h Add some parens and silence a warning. 2010-03-13 07:40:34 +00:00
MCCodeEmitter.h
MCContext.h fix a memory leak yjasskin pointed out: MCSymbol is bump pointer 2010-03-15 06:15:35 +00:00
MCDirectives.h
MCDisassembler.h
MCExpr.h MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... 2010-03-12 21:00:45 +00:00
MCFixup.h
MCInst.h
MCInstPrinter.h
MCSection.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h
MCSymbol.h fix a memory leak yjasskin pointed out: MCSymbol is bump pointer 2010-03-15 06:15:35 +00:00
MCValue.h
SectionKind.h