summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-11-02 06:58:44 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-11-02 06:58:44 +0000
commit77895fb27611eced613125cfda950aa1932b6046 (patch)
tree3796235a367bcb20e2c7812a6dd79e8972bff8b6 /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
parentf7435ee6cec52e0af8dc36bef55efef375cf79e6 (diff)
downloadbcm5719-llvm-77895fb27611eced613125cfda950aa1932b6046.tar.gz
bcm5719-llvm-77895fb27611eced613125cfda950aa1932b6046.zip
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
llvm-svn: 221086
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
index a314ee8d998..8b6a92229e6 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
@@ -283,14 +283,6 @@ public:
/// addRegisterOffset - Add register offset.
void addRegisterOffset(DIELoc &TheDie, unsigned Reg, int64_t Offset);
- /// addComplexAddress - Start with the address based on the location provided,
- /// and generate the DWARF information necessary to find the actual variable
- /// (navigating the extra location information encoded in the type) based on
- /// the starting location. Add the DWARF information to the die.
- void addComplexAddress(const DbgVariable &DV, DIE &Die,
- dwarf::Attribute Attribute,
- const MachineLocation &Location);
-
// FIXME: Should be reformulated in terms of addComplexAddress.
/// addBlockByrefAddress - Start with the address based on the location
/// provided, and generate the DWARF information necessary to find the
OpenPOWER on IntegriCloud