summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DebugInfo/PDB/IPDBSession.h')
-rw-r--r--llvm/include/llvm/DebugInfo/PDB/IPDBSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h b/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
index 9af16da7077..01a017ebe98 100644
--- a/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
+++ b/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
@@ -75,6 +75,9 @@ public:
virtual std::unique_ptr<IPDBEnumInjectedSources>
getInjectedSources() const = 0;
+
+ virtual std::unique_ptr<IPDBEnumSectionContribs>
+ getSectionContribs() const = 0;
};
}
}
OpenPOWER on IntegriCloud