Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h26 BSSSection = nullptr; in NVPTXTargetObjectFile()
52 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
DNVPTXISelLowering.cpp4546 delete static_cast<NVPTXSection *>(BSSSection); in ~NVPTXTargetObjectFile()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
131 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
126 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h60 MCSection *BSSSection; variable
225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp180 for (ELFSection *BSSSection : BSSSections) { in assignSectionNumbersInfo()
181 BSSSection->setNumber(CurSectionNumber++); in assignSectionNumbersInfo()
182 BSSSection->setNameStrIndex(ShStrTab->getIndex(BSSSection->getName())); in assignSectionNumbersInfo()
183 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp128 return BSSSection; in SelectSectionForGlobal()
349 return BSSSection; in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h61 MCSection *BSSSection = nullptr; variable
245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h61 MCSection *BSSSection = nullptr; variable
251 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp157 return BSSSection; in SelectSectionForGlobal()
383 return BSSSection; in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp157 return BSSSection; in SelectSectionForGlobal()
381 return BSSSection; in selectSmallSectionForGlobal()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp866 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
867 MCA.registerSection(BSSSection); in finish()
871 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment()))); in finish()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp752 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
753 MCA.registerSection(BSSSection); in finish()
757 BSSSection.setAlignment(std::max(16u, BSSSection.getAlignment())); in finish()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp82 BSSSection = nullptr; in initMachOMCObjectFileInfo()
463 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
606 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp80 BSSSection = nullptr; in initMachOMCObjectFileInfo()
345 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
508 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp80 BSSSection = nullptr; in initMachOMCObjectFileInfo()
350 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
516 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp983 return BSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1400 return BSSSection; in SelectSectionForGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1609 return BSSSection; in SelectSectionForGlobal()