Home
last modified time | relevance | path

Searched refs:DataSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h26 DataSection = nullptr; in NVPTXTargetObjectFile()
51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData()); in Initialize()
94 return DataSection; in getExplicitSectionGlobal()
DNVPTXISelLowering.cpp4534 delete static_cast<NVPTXSection *>(DataSection); in ~NVPTXTargetObjectFile()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
133 return DataSection; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h57 MCSection *DataSection; variable
224 MCSection *getDataSection() const { return DataSection; } in getDataSection()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp515 MCSection &DataSection = *OFI.getDataSection(); in finish() local
516 MCA.registerSection(DataSection); in finish()
521 DataSection.setAlignment(std::max(16u, DataSection.getAlignment())); in finish()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp78 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()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp524 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
525 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSectionsAndSymbols()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp284 return DataSection; in getSectionForConstant()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp629 return DataSection; in SelectSectionForGlobal()
959 return DataSection; in SelectSectionForGlobal()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c1867 cmsBool DataSection (cmsIT8* it8) in DataSection() function
2069 if (!DataSection(it8)) return FALSE; in ParseIT8()