Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h61 MCSection *BSSSection = nullptr; variable
256 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp157 return BSSSection; in SelectSectionForGlobal()
384 return BSSSection; in selectSmallSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp81 BSSSection = nullptr; in initMachOMCObjectFileInfo()
351 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
521 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1675 return BSSSection; in SelectSectionForGlobal()