mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
reprivatize now that DwarfWriter is gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100409 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d7337896f
commit
105d697593
@ -73,10 +73,9 @@ public:
|
||||
class DwarfDebug {
|
||||
/// Asm - Target of Dwarf emission.
|
||||
AsmPrinter *Asm;
|
||||
public:
|
||||
|
||||
/// MMI - Collected machine module information.
|
||||
MachineModuleInfo *MMI;
|
||||
private:
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Attributes used to construct specific Dwarf sections.
|
||||
|
@ -38,10 +38,9 @@ class AsmPrinter;
|
||||
class DwarfException {
|
||||
/// Asm - Target of Dwarf emission.
|
||||
AsmPrinter *Asm;
|
||||
public:
|
||||
|
||||
/// MMI - Collected machine module information.
|
||||
MachineModuleInfo *MMI;
|
||||
private:
|
||||
|
||||
struct FunctionEHFrameInfo {
|
||||
MCSymbol *FunctionEHSym; // L_foo.eh
|
||||
|
Loading…
x
Reference in New Issue
Block a user