Searched refs:getBSS (Results 1 – 7 of 7) sorted by relevance
209 static SectionKind getBSS() { return get(BSS); } in getBSS() function
167 .StartsWith(".bss", SectionKind::getBSS()) in parseSectionDirective()
904 SectionKind::getBSS()), in parseDirectiveZerofill()963 SectionKind::getBSS()), in parseDirectiveZerofill()
104 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
181 SectionKind::getBSS()); in initMachOMCObjectFileInfo()184 SectionKind::getBSS()); in initMachOMCObjectFileInfo()550 BSSSection = Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr); in initGOFFMCObjectFileInfo()
240 return SectionKind::getBSS(); in getKindForGlobal()
489 return SectionKind::getBSS(); in getELFKindForNamedSection()2736 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()