Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp156 return BSSSection; in SelectSectionForGlobal()
385 return BSSSection; in selectSmallSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h59 MCSection *BSSSection = nullptr; variable
265 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp91 BSSSection = nullptr; in initMachOMCObjectFileInfo()
379 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
540 BSSSection = in initGOFFMCObjectFileInfo()
559 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp899 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
900 MCA.registerSection(BSSSection); in finish()
904 BSSSection.ensureMinAlignment(Align(16)); in finish()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1755 return BSSSection; in SelectSectionForGlobal()