aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/ELFTargetAsmInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/ELFTargetAsmInfo.h')
-rw-r--r--include/llvm/Target/ELFTargetAsmInfo.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/include/llvm/Target/ELFTargetAsmInfo.h b/include/llvm/Target/ELFTargetAsmInfo.h
index c5d94ba..9d31faa 100644
--- a/include/llvm/Target/ELFTargetAsmInfo.h
+++ b/include/llvm/Target/ELFTargetAsmInfo.h
@@ -43,13 +43,17 @@ namespace llvm {
SectionKind Kind) const;
virtual std::string printSectionFlags(unsigned flags) const;
- const Section* DataRelSection;
- const Section* DataRelLocalSection;
- const Section* DataRelROSection;
- const Section* DataRelROLocalSection;
-
+ const Section *DataRelSection;
+ const Section *DataRelLocalSection;
+ const Section *DataRelROSection;
+ const Section *DataRelROLocalSection;
+
+ const Section *MergableConst4Section;
+ const Section *MergableConst8Section;
+ const Section *MergableConst16Section;
+
private:
- const Section* MergeableStringSection(const GlobalVariable *GV) const;
+ const Section *MergeableStringSection(const GlobalVariable *GV) const;
};
}