diff options
Diffstat (limited to 'include/llvm/Target/ELFTargetAsmInfo.h')
-rw-r--r-- | include/llvm/Target/ELFTargetAsmInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Target/ELFTargetAsmInfo.h b/include/llvm/Target/ELFTargetAsmInfo.h index 54220e7..5bd9938 100644 --- a/include/llvm/Target/ELFTargetAsmInfo.h +++ b/include/llvm/Target/ELFTargetAsmInfo.h @@ -37,6 +37,8 @@ namespace llvm { /// ".tbss" gets the TLS bit set etc. virtual unsigned getFlagsForNamedSection(const char *Section) const; + const char *getSectionPrefixForUniqueGlobal(SectionKind::Kind Kind) const; + virtual const Section* SelectSectionForGlobal(const GlobalValue *GV, SectionKind::Kind Kind) const; virtual std::string printSectionFlags(unsigned flags) const; |