From a588365df6c59f80d2f9361e9af1795f1b2c5c08 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 9 Jan 2014 05:08:28 +0000 Subject: Prototype of skeleton type units for fission llvm-svn: 198851 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 0c00c1be36a..5a211060554 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -596,6 +596,10 @@ class DwarfDebug : public AsmPrinterHandler { /// section. DwarfCompileUnit *constructSkeletonCU(const DwarfCompileUnit *CU); + /// \brief Construct the split debug info compile unit for the debug info + /// section. + DwarfTypeUnit *constructSkeletonTU(const DwarfTypeUnit *TU); + /// \brief Emit the debug info dwo section. void emitDebugInfoDWO(); -- cgit v1.2.3