/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 26 BSSSection = nullptr; in NVPTXTargetObjectFile() 52 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS()); in Initialize()
|
D | NVPTXISelLowering.cpp | 4546 delete static_cast<NVPTXSection *>(BSSSection); in ~NVPTXTargetObjectFile()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 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/ |
D | XCoreTargetObjectFile.cpp | 24 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/ |
D | XCoreTargetObjectFile.cpp | 23 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/ |
D | MCObjectFileInfo.h | 60 MCSection *BSSSection; variable 225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 180 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/ |
D | HexagonTargetObjectFile.cpp | 128 return BSSSection; in SelectSectionForGlobal() 349 return BSSSection; in selectSmallSectionForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 61 MCSection *BSSSection = nullptr; variable 245 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 61 MCSection *BSSSection = nullptr; variable 251 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 157 return BSSSection; in SelectSectionForGlobal() 383 return BSSSection; in selectSmallSectionForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 157 return BSSSection; in SelectSectionForGlobal() 381 return BSSSection; in selectSmallSectionForGlobal()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 885 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/ |
D | MipsTargetStreamer.cpp | 866 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/ |
D | MipsTargetStreamer.cpp | 752 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/ |
D | MCObjectFileInfo.cpp | 82 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/ |
D | MCObjectFileInfo.cpp | 80 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/ |
D | MCObjectFileInfo.cpp | 80 BSSSection = nullptr; in initMachOMCObjectFileInfo() 350 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo() 516 BSSSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 983 return BSSSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1400 return BSSSection; in SelectSectionForGlobal()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1609 return BSSSection; in SelectSectionForGlobal()
|