Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
127 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h62 MCSection *BSSSection; variable
239 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp158 return BSSSection; in SelectSectionForGlobal()
385 return BSSSection; in selectSmallSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp870 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
871 MCA.registerSection(BSSSection); in finish()
875 BSSSection.setAlignment(std::max(16u, BSSSection.getAlignment())); in finish()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp80 BSSSection = nullptr; in initMachOMCObjectFileInfo()
337 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
495 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1376 return BSSSection; in SelectSectionForGlobal()