diff options
Diffstat (limited to 'include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h')
-rw-r--r-- | include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h b/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h index 686b5c4f242e3..1e329c7c3f141 100644 --- a/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +++ b/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h @@ -49,6 +49,7 @@ public: Error commit(BinaryStreamWriter &Writer) const override; void addFrameData(const FrameData &Frame); + void setFrames(ArrayRef<FrameData> Frames); private: std::vector<FrameData> Frames; |