Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h61 MCSection *BSSSection = nullptr; variable
256 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp157 return BSSSection; in SelectSectionForGlobal()
384 return BSSSection; in selectSmallSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp885 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
886 MCA.registerSection(BSSSection); in finish()
890 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment()))); in finish()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp82 BSSSection = nullptr; in initMachOMCObjectFileInfo()
352 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
510 BSSSection = Ctx->getGOFFSection(".bss", SectionKind::getBSS()); in initGOFFMCObjectFileInfo()
527 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1695 return BSSSection; in SelectSectionForGlobal()