Searched refs:BSSSection (Results 1 – 7 of 7) sorted by relevance
23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
174 for (ELFSection *BSSSection : BSSSections) { in assignSectionNumbersInfo()175 BSSSection->setNumber(CurSectionNumber++); in assignSectionNumbersInfo()176 BSSSection->setNameStrIndex(ShStrTab->getIndex(BSSSection->getName())); in assignSectionNumbersInfo()177 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()
61 MCSection *BSSSection = nullptr; variable245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
157 return BSSSection; in SelectSectionForGlobal()381 return BSSSection; in selectSmallSectionForGlobal()
866 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local867 MCA.registerSection(BSSSection); in finish()871 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment()))); in finish()
80 BSSSection = nullptr; in initMachOMCObjectFileInfo()345 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()508 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
1400 return BSSSection; in SelectSectionForGlobal()