diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-08 22:46:27 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-08 22:46:27 +0000 |
commit | 6c0ee4ece31cc52a993151a0d4ed799d17fbc903 (patch) | |
tree | 2df304edf621c75234c77a3cfe416eb4b9108b63 /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | |
parent | ca21009fb7530c19a7ef6d45caf2270333a2e86f (diff) | |
download | bcm5719-llvm-6c0ee4ece31cc52a993151a0d4ed799d17fbc903.tar.gz bcm5719-llvm-6c0ee4ece31cc52a993151a0d4ed799d17fbc903.zip |
Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLabel down into DwarfCompileUnit::addSectionLabel
llvm-svn: 219351
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 78c581c51c8..9a07106433c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -292,11 +292,6 @@ public: /// addLocationList - Add a Dwarf loclistptr attribute data and value. void addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index); - /// addSectionLabel - Add a Dwarf section label attribute data and value. - /// - void addSectionLabel(DIE &Die, dwarf::Attribute Attribute, - const MCSymbol *Label); - /// addSectionOffset - Add an offset into a section attribute data and value. /// void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer); |