remove the raw_ostream from various dwarf printing things.
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 07:48:20 +0000 (07:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 07:48:20 +0000 (07:48 +0000)
commit75f50725c1d7f86ee545337b155b4feac66627f6
treef6d81d8592617ea4356bfb080a065578c612b12d
parent7d73c7f0d618dd6661cd55834c58aa62f22b28fe
remove the raw_ostream from various dwarf printing things.

The only thing left is LEB printing, which uses EmitRawText
for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100325 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DwarfWriter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp