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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
126 if (Kind.isBSS() || Kind.isCommon())return BSSSection;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp156 return BSSSection;
385 return BSSSection;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h59 MCSection *BSSSection = nullptr; member in class:llvm::MCObjectFileInfo
268 MCSection *getBSSSection() const { return BSSSection; }
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp99 // BSSSection might not be expected initialized on msvc.
100 BSSSection = nullptr;
388 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
549 BSSSection =
575 BSSSection = Ctx->getCOFFSection(
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp899 MCSection &BSSSection = *OFI.getBSSSection(); local
900 MCA.registerSection(BSSSection);
904 BSSSection.ensureMinAlignment(Align(16));
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1780 // Note: we claim that common symbols are put in BSSSection, but they are
1784 return BSSSection;

Completed in 83 milliseconds