diff options
Diffstat (limited to 'llvm/include/llvm/DebugInfo/PDB/IPDBSession.h')
-rw-r--r-- | llvm/include/llvm/DebugInfo/PDB/IPDBSession.h | 3 |
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; }; } } |