add a "MCStreamer::EmitFill" method, and move the default implementation
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 18:45:47 +0000 (18:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 18:45:47 +0000 (18:45 +0000)
commitddf6bdde44287b5b559bc403a02ff971e15e8303
treebc3558e6741c70092f9a71a601123180bfa0cba5
parentf03ffd13f8f31fb8ead74b94eb2ef71b80ac7739
add a "MCStreamer::EmitFill" method, and move the default implementation
(which just iteratively emits bytes) to MCStreamer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93888 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCStreamer.cpp
tools/llvm-mc/AsmParser.cpp