Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp47 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
49 if (DataSection == 0) { in getCompilandId()
51 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
54 if (DataSection) { in getCompilandId()
57 if (Section->getAddressSection() == DataSection && in getCompilandId()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp22 DataSection = in Initialize()
52 TLSDataSection = DataSection; in Initialize()
63 DataRelSection = DataRelLocalSection = DataSection; in Initialize()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h25 DataSection = nullptr; in NVPTXTargetObjectFile()
51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData()); in Initialize()
97 return DataSection; in getExplicitSectionGlobal()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
133 return DataSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h57 const MCSection *DataSection; variable
182 const MCSection *getDataSection() const { return DataSection; } in getDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
129 return DataSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h37 return DataSection; in getExplicitSectionGlobal()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h57 MCSection *DataSection; variable
224 MCSection *getDataSection() const { return DataSection; } in getDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h59 MCSection *DataSection; variable
239 MCSection *getDataSection() const { return DataSection; } in getDataSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp288 if (Kind.isDataNoRel()) return DataSection; in SelectSectionForGlobal()
365 return DataSection; in getExplicitSectionGlobal()
451 return DataSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp80 DataSection // .data in initMachOMCObjectFileInfo()
158 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
486 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
647 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
870 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo()
DWasmObjectWriter.cpp615 MCSectionWasm &DataSection) { in addData() argument
616 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData()
618 DataBytes.resize(alignTo(DataBytes.size(), DataSection.getAlignment())); in addData()
620 for (const MCFragment &Frag : DataSection) { in addData()
1277 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local
1278 assert(DataSection.isWasmData()); in writeObject()
1283 DataSection.getSegmentIndex(), in writeObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp38 DataSection // .data in InitMachOMCObjectFileInfo()
259 DataSection = in InitELFMCObjectFileInfo()
382 DataSection = in InitCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp555 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
556 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSectionsAndSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp44 int writeSectionContent(raw_ostream &OS, WasmYAML::DataSection &Section);
417 WasmYAML::DataSection &Section) { in writeSectionContent()
525 } else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get())) { in writeWasm()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp553 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
554 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size())); in remapSectionsAndSymbols()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp78 DataSection // .data in initMachOMCObjectFileInfo()
151 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
469 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
616 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp123 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping()
212 Section.reset(new WasmYAML::DataSection()); in mapping()
213 sectionMapping(IO, *cast<WasmYAML::DataSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h305 struct DataSection : Section { struct
306 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp750 MCSection &DataSection = *OFI.getDataSection(); in finish() local
751 MCA.registerSection(DataSection); in finish()
756 DataSection.setAlignment(std::max(16u, DataSection.getAlignment())); in finish()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp861 MCSection &DataSection = *OFI.getDataSection(); in finish() local
862 MCA.registerSection(DataSection); in finish()
867 DataSection.setAlignment(std::max(16u, DataSection.getAlignment())); in finish()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp291 return DataSection; in getSectionForConstant()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp279 return DataSection; in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp298 return DataSection; in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h261 uint32_t DataSection = 0; variable

12