mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
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
This commit is contained in:
@ -166,14 +166,14 @@ public:
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Main entry points.
|
||||
//
|
||||
DwarfException(raw_ostream &OS, AsmPrinter *A, const MCAsmInfo *T);
|
||||
DwarfException(AsmPrinter *A);
|
||||
virtual ~DwarfException();
|
||||
|
||||
/// BeginModule - Emit all exception information that should come prior to the
|
||||
/// content.
|
||||
void BeginModule(Module *m, MachineModuleInfo *mmi) {
|
||||
void BeginModule(Module *m) {
|
||||
this->M = m;
|
||||
this->MMI = mmi;
|
||||
this->MMI = Asm->MMI;
|
||||
}
|
||||
|
||||
/// EndModule - Emit all exception information that should come after the
|
||||
|
Reference in New Issue
Block a user