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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h26 DataSection = nullptr;
51 DataSection =
95 return DataSection;
H A DNVPTXISelLowering.cpp4477 delete DataSection;
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h60 /// DataSection - Section directive for standard data.
62 const MCSection *DataSection; member in class:llvm::MCObjectFileInfo
218 const MCSection *getDataSection() const { return DataSection; }
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
130 if (Kind.isDataRel()) return DataSection;
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp417 for (const auto& DataSection : MemMgr.DataMemory)
418 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size()));
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp305 return DataSection;
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp63 DataSection // .data
403 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
532 DataSection = Ctx->getCOFFSection(
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp649 return DataSection;
960 return DataSection;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c1867 cmsBool DataSection (cmsIT8* it8) function
2069 if (!DataSection(it8)) return FALSE;

Completed in 273 milliseconds