mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Allow access to the .pdata and .xdata sections through the TargetAsmInfo
class. llvm-svn: 131816
This commit is contained in:
parent
03847f8199
commit
53b696daee
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user