1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/MC
Chris Lattner 7ead5b498b add some comments: MCContext owns the MCSections, but it bump pointer allocates
them, so it doesn't have to explicitly free them.

llvm-svn: 78870
2009-08-13 00:21:53 +00:00
..
CMakeLists.txt split MachO section handling stuff out to its out .h/.cpp file. 2009-08-10 18:15:01 +00:00
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp split MachO section handling stuff out to its out .h/.cpp file. 2009-08-10 18:15:01 +00:00
MCContext.cpp add some comments: MCContext owns the MCSections, but it bump pointer allocates 2009-08-13 00:21:53 +00:00
MCSection.cpp split MachO section handling stuff out to its out .h/.cpp file. 2009-08-10 18:15:01 +00:00
MCSectionMachO.cpp split MachO section handling stuff out to its out .h/.cpp file. 2009-08-10 18:15:01 +00:00
MCStreamer.cpp
TargetAsmParser.cpp