Searched refs:DataSection (Results 1 – 10 of 10) sorted by relevance
26 DataSection = nullptr; in NVPTXTargetObjectFile()51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData()); in Initialize()94 return DataSection; in getExplicitSectionGlobal()
4534 delete static_cast<NVPTXSection *>(DataSection); in ~NVPTXTargetObjectFile()
30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()133 return DataSection; in SelectSectionForGlobal()
57 MCSection *DataSection; variable224 MCSection *getDataSection() const { return DataSection; } in getDataSection()
515 MCSection &DataSection = *OFI.getDataSection(); in finish() local516 MCA.registerSection(DataSection); in finish()521 DataSection.setAlignment(std::max(16u, DataSection.getAlignment())); in finish()
78 DataSection // .data in initMachOMCObjectFileInfo()151 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()440 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()577 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
524 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local525 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSectionsAndSymbols()
284 return DataSection; in getSectionForConstant()
629 return DataSection; in SelectSectionForGlobal()959 return DataSection; in SelectSectionForGlobal()
1867 cmsBool DataSection (cmsIT8* it8) in DataSection() function2069 if (!DataSection(it8)) return FALSE; in ParseIT8()