Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp156 return BSSSection; in SelectSectionForGlobal()
384 return BSSSection; in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h60 MCSection *BSSSection = nullptr; variable
272 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp955 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
956 S.switchSection(&BSSSection); in finish()
960 BSSSection.ensureMinAlignment(Align(16)); in finish()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp101 BSSSection = nullptr; in initMachOMCObjectFileInfo()
391 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
608 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1842 return BSSSection; in SelectSectionForGlobal()