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()
156 return BSSSection; in SelectSectionForGlobal()385 return BSSSection; in selectSmallSectionForGlobal()
59 MCSection *BSSSection = nullptr; variable269 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
100 BSSSection = nullptr; in initMachOMCObjectFileInfo()390 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()550 BSSSection = Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr); in initGOFFMCObjectFileInfo()574 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
902 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local903 S.switchSection(&BSSSection); in finish()907 BSSSection.ensureMinAlignment(Align(16)); in finish()
1782 return BSSSection; in SelectSectionForGlobal()