Searched refs:BSSSection (Results 1 – 6 of 6) sorted by relevance
23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
61 MCSection *BSSSection = nullptr; variable256 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
157 return BSSSection; in SelectSectionForGlobal()384 return BSSSection; in selectSmallSectionForGlobal()
885 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local886 MCA.registerSection(BSSSection); in finish()890 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment()))); in finish()
81 BSSSection = nullptr; in initMachOMCObjectFileInfo()351 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()521 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
1675 return BSSSection; in SelectSectionForGlobal()