summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-07-19 23:34:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-07-19 23:34:59 +0000
commit3ee9e11acb88cf0fbc0364e6fb9d2f9cc9695bf2 (patch)
tree45253473cdf2870c765a04cb54b677252f3e951c /llvm/lib/DebugInfo
parentd0309916005826a3896a7ab2b44467a16586c8cc (diff)
downloadbcm5719-llvm-3ee9e11acb88cf0fbc0364e6fb9d2f9cc9695bf2.tar.gz
bcm5719-llvm-3ee9e11acb88cf0fbc0364e6fb9d2f9cc9695bf2.zip
Remove some leftover DWARFContextInMemory.
Not sure how I missed these on the previous commit. llvm-svn: 308550
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/DWARF/DWARFContext.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp b/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
index c91bd27c91a..a117a99e0e4 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
@@ -783,20 +783,6 @@ DWARFContext::getInliningInfoForAddress(uint64_t Address,
return InliningInfo;
}
-/// DWARFContextInMemory is the simplest possible implementation of a
-/// DWARFContext. It assumes all content is available in memory and stores
-/// pointers to it.
-class DWARFContextInMemory : public DWARFContext {
-public:
- DWARFContextInMemory(
- const object::ObjectFile &Obj, const LoadedObjectInfo *L = nullptr,
- function_ref<ErrorPolicy(Error)> HandleError = defaultErrorHandler);
-
- DWARFContextInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections,
- uint8_t AddrSize,
- bool isLittleEndian = sys::IsLittleEndianHost);
-};
-
std::shared_ptr<DWARFContext>
DWARFContext::getDWOContext(StringRef AbsolutePath) {
if (auto S = DWP.lock()) {
OpenPOWER on IntegriCloud