diff options
Diffstat (limited to 'llvm/include/llvm/MC/MCObjectStreamer.h')
| -rw-r--r-- | llvm/include/llvm/MC/MCObjectStreamer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/MC/MCObjectStreamer.h b/llvm/include/llvm/MC/MCObjectStreamer.h index 17ba09e3a0b..f6fd9d73c7b 100644 --- a/llvm/include/llvm/MC/MCObjectStreamer.h +++ b/llvm/include/llvm/MC/MCObjectStreamer.h @@ -71,6 +71,8 @@ public: virtual void EmitDwarfAdvanceLineAddr(int64_t LineDelta, const MCSymbol *LastLabel, const MCSymbol *Label); + virtual void EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel, + const MCSymbol *Label); virtual void Finish(); /// @} |

