Home
last modified time | relevance | path

Searched refs:BSSSection (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h62 MCSection *BSSSection = nullptr; variable
269 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp156 return BSSSection; in SelectSectionForGlobal()
384 return BSSSection; in selectSmallSectionForGlobal()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp95 BSSSection = nullptr; in initMachOMCObjectFileInfo()
380 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
539 BSSSection = in initGOFFMCObjectFileInfo()
560 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp899 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
900 MCA.registerSection(BSSSection); in finish()
904 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment()))); in finish()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1721 return BSSSection; in SelectSectionForGlobal()