summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Target/TargetAsmInfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index 1ae94eef8f..d281328a32 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -62,6 +62,14 @@ public:
return TLOF->getDwarfFrameSection();
}
+ const MCSection *getWin64EHFuncTableSection() const {
+ return TLOF->getWin64EHFuncTableSection();
+ }
+
+ const MCSection *getWin64EHTableSection() const {
+ return TLOF->getWin64EHTableSection();
+ }
+
unsigned getFDEEncoding(bool CFI) const {
return TLOF->getFDEEncoding(CFI);
}