Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp174 for (ELFSection *BSSSection : BSSSections) { in assignSectionNumbersInfo()
175 BSSSection->setNumber(CurSectionNumber++); in assignSectionNumbersInfo()
176 BSSSection->setNameStrIndex(ShStrTab->getIndex(BSSSection->getName())); in assignSectionNumbersInfo()
177 AllSections.push_back(BSSSection); in assignSectionNumbersInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h61 MCSection *BSSSection = nullptr; variable
245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp157 return BSSSection; in SelectSectionForGlobal()
381 return BSSSection; in selectSmallSectionForGlobal()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1400 return BSSSection; in SelectSectionForGlobal()