Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h26 DataSection = nullptr; in NVPTXTargetObjectFile()
51 DataSection = in Initialize()
95 return DataSection; in getExplicitSectionGlobal()
DNVPTXISelLowering.cpp4477 delete DataSection; in ~NVPTXTargetObjectFile()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
130 if (Kind.isDataRel()) return DataSection; in SelectSectionForGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h62 const MCSection *DataSection; variable
218 const MCSection *getDataSection() const { return DataSection; } in getDataSection()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp417 for (const auto& DataSection : MemMgr.DataMemory) in remapSections() local
418 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSections()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp63 DataSection // .data in InitMachOMCObjectFileInfo()
403 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
532 DataSection = Ctx->getCOFFSection( in InitCOFFMCObjectFileInfo()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp305 return DataSection; in getSectionForConstant()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp649 return DataSection; in SelectSectionForGlobal()
960 return DataSection; in SelectSectionForGlobal()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c1867 cmsBool DataSection (cmsIT8* it8) in DataSection() function
2069 if (!DataSection(it8)) return FALSE; in ParseIT8()