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; variable268 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
100 BSSSection = nullptr; in initMachOMCObjectFileInfo()388 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()549 BSSSection = in initGOFFMCObjectFileInfo()575 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
899 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local900 MCA.registerSection(BSSSection); in finish()904 BSSSection.ensureMinAlignment(Align(16)); in finish()
1784 return BSSSection; in SelectSectionForGlobal()