aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/ELF/EhFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/ELF/EhFrame.h')
-rw-r--r--contrib/llvm-project/lld/ELF/EhFrame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/lld/ELF/EhFrame.h b/contrib/llvm-project/lld/ELF/EhFrame.h
index 20dd6126ec8e..e44832317b3a 100644
--- a/contrib/llvm-project/lld/ELF/EhFrame.h
+++ b/contrib/llvm-project/lld/ELF/EhFrame.h
@@ -18,6 +18,7 @@ struct EhSectionPiece;
size_t readEhRecordSize(InputSectionBase *s, size_t off);
uint8_t getFdeEncoding(EhSectionPiece *p);
+bool hasLSDA(const EhSectionPiece &p);
} // namespace elf
} // namespace lld