/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 27 BSSSection = in Initialize() 53 TLSBSSSection = BSSSection; in Initialize()
|
/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/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/include/llvm/MC/ |
D | MCObjectFileInfo.h | 60 const MCSection *BSSSection; variable 183 const MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 24 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/ |
D | TargetLoweringObjectFile.cpp | 274 if (Kind.isBSS() && BSSSection != 0) in SelectSectionForGlobal() 275 return BSSSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 181 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/ |
D | MCObjectFileInfo.h | 60 MCSection *BSSSection; variable 225 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 62 MCSection *BSSSection; variable 240 MCSection *getBSSSection() const { return BSSSection; } in getBSSSection()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 128 return BSSSection; in SelectSectionForGlobal() 349 return BSSSection; in selectSmallSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 158 return BSSSection; in SelectSectionForGlobal() 374 return BSSSection; in selectSmallSectionForGlobal()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 863 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/ |
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-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 84 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/ |
D | TargetLoweringObjectFileImpl.cpp | 286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 248 BSSSection = in InitELFMCObjectFileInfo()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 983 return BSSSection; in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1188 return BSSSection; in SelectSectionForGlobal()
|