diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-04 15:58:47 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-04 15:58:47 +0000 |
commit | 14499a7d68a7e7e5d2715f04265669d6fa80eff7 (patch) | |
tree | b7e837b9dd1495898ba577faa111d600adc4ee78 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 37c5231051c03ef91c4873edaad102b4d2042433 (diff) | |
download | bcm5719-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/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 1432ecd58ae..92c558e17f5 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -567,8 +567,6 @@ class DwarfDebug : public AsmPrinterHandler { void attachRangesOrLowHighPC(DwarfCompileUnit &Unit, DIE &D, const SmallVectorImpl<InsnRange> &Ranges); - void attachLowHighPC(DwarfCompileUnit &Unit, DIE &D, const MCSymbol *Begin, - const MCSymbol *End); public: //===--------------------------------------------------------------------===// |