forked from OSchip/llvm-project
Add a method to return BSSSection from TargetLoweringObjectFile
llvm-svn: 78939
This commit is contained in:
parent
4985b33fd7
commit
e795f7bed5
|
@ -101,6 +101,7 @@ public:
|
|||
|
||||
const MCSection *getTextSection() const { return TextSection; }
|
||||
const MCSection *getDataSection() const { return DataSection; }
|
||||
const MCSection *getBSSSection() const { return BSSSection; }
|
||||
const MCSection *getStaticCtorSection() const { return StaticCtorSection; }
|
||||
const MCSection *getStaticDtorSection() const { return StaticDtorSection; }
|
||||
const MCSection *getLSDASection() const { return LSDASection; }
|
||||
|
|
Loading…
Reference in New Issue