summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-04 19:40:33 +0000
committerEric Christopher <echristo@gmail.com>2013-10-04 19:40:33 +0000
commitc19d6f096c0ffc304adc524df9155a1589e7c416 (patch)
treed421750fffcbe6f7c2c07603ee42540823468653 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parentec2c9b8eba46806d0889ee7bd72167d206aefed8 (diff)
downloadbcm5719-llvm-c19d6f096c0ffc304adc524df9155a1589e7c416.tar.gz
bcm5719-llvm-c19d6f096c0ffc304adc524df9155a1589e7c416.zip
Temporarily revert r176882 as it needs to be implemented in a different
way for all platforms. llvm-svn: 191975
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index d45a70c52ce..c2044ceee4b 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -294,10 +294,6 @@ public:
/// \brief Returns the address pool.
AddrPool *getAddrPool() { return &AddressPool; }
-
- /// \brief for a given compile unit DIE, returns offset from beginning of
- /// debug info.
- unsigned getCUOffset(DIE *Die);
};
/// \brief Helper used to pair up a symbol and it's DWARF compile unit.
OpenPOWER on IntegriCloud