summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-10-04 15:58:47 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-10-04 15:58:47 +0000
commit14499a7d68a7e7e5d2715f04265669d6fa80eff7 (patch)
treeb7e837b9dd1495898ba577faa111d600adc4ee78 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
parent37c5231051c03ef91c4873edaad102b4d2042433 (diff)
downloadbcm5719-llvm-14499a7d68a7e7e5d2715f04265669d6fa80eff7.tar.gz
bcm5719-llvm-14499a7d68a7e7e5d2715f04265669d6fa80eff7.zip
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
One of many things to sink down into DwarfCompileUnit to allow handling of subprograms in both the skeleton and dwo CU under Fission. llvm-svn: 219058
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index bced5335e28..85fa6c0b5b8 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -60,6 +60,8 @@ public:
/// addRange - Add an address range to the list of ranges for this unit.
void addRange(RangeSpan Range);
+
+ void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
};
} // end llvm namespace
OpenPOWER on IntegriCloud