summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-191-0/+7
| | | | | | and that clients can use. llvm-svn: 93923
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-2/+3
| | | | | | identifier. There is no way to work around it. llvm-svn: 93896
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-191-0/+9
| | | | | | (which just iteratively emits bytes) to MCStreamer. llvm-svn: 93888
* Make AsmStreamer maintain a notion of the current section, pushing it up ↵Chris Lattner2009-08-181-1/+1
| | | | | | | | | | | | from the MCAsmStreamer. Based on this, eliminate the current section from AsmPrinter. While I'm at it, clean up the last of the horrible "switch to null section" stuff and add an assert. This change is in preparation for completely eliminating asmprinter::switchtosection. llvm-svn: 79324
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+18
llvm-svn: 74044
OpenPOWER on IntegriCloud