aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSection.h
Commit message (Expand)AuthorAgeFilesLines
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-311-4/+25
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-311-3/+3
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-271-1/+2
* add comments, privatize interfaceChris Lattner2009-07-011-2/+13
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+2
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+26