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; variable265 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
91 BSSSection = nullptr; in initMachOMCObjectFileInfo()379 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()540 BSSSection = in initGOFFMCObjectFileInfo()559 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()
1755 return BSSSection; in SelectSectionForGlobal()