Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp27 BSSSection = in Initialize()
53 TLSBSSSection = BSSSection; in Initialize()
/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/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/include/llvm/MC/
DMCObjectFileInfo.h60 const MCSection *BSSSection; variable
183 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
127 if (Kind.isBSS() || Kind.isCommon())return BSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp274 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal()
275 return BSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp181 for (ELFSection *BSSSection : BSSSections) { in assignSectionNumbersInfo()
182 BSSSection->setNumber(CurSectionNumber++); in assignSectionNumbersInfo()
183 BSSSection->setNameStrIndex(ShStrTab->getIndex(BSSSection->getName())); in assignSectionNumbersInfo()
184 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h60 MCSection *BSSSection; variable
225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h62 MCSection *BSSSection; variable
240 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp128 return BSSSection; in SelectSectionForGlobal()
349 return BSSSection; in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp158 return BSSSection; in SelectSectionForGlobal()
374 return BSSSection; in selectSmallSectionForGlobal()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp863 MCSection &BSSSection = *OFI.getBSSSection(); in finish() local
864 MCA.registerSection(BSSSection); in finish()
868 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-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp84 BSSSection = nullptr; in initMachOMCObjectFileInfo()
480 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
637 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp248 BSSSection = in InitELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp983 return BSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1188 return BSSSection; in SelectSectionForGlobal()