Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
42 if (DataSection == 0) { in getCompilandId()
44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
47 if (DataSection) { in getCompilandId()
50 if (Section->getAddressSection() == DataSection && in getCompilandId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
128 return DataSection; in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp76 DataSection // .data in initMachOMCObjectFileInfo()
154 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
351 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
518 DataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
747 DataSection = Ctx->getWasmSection(".data", SectionKind::getData()); in initWasmMCObjectFileInfo()
791 DataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
DWasmObjectWriter.cpp587 MCSectionWasm &DataSection) { in addData() argument
588 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData()
590 DataBytes.resize(alignTo(DataBytes.size(), DataSection.getAlignment())); in addData()
592 for (const MCFragment &Frag : DataSection) { in addData()
1360 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local
1361 if (!DataSection.isWasmData()) in writeObject()
1368 DataSection.getSegmentIndex(), in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h36 return DataSection; in getExplicitSectionGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h58 MCSection *DataSection = nullptr; variable
244 MCSection *getDataSection() const { return DataSection; } in getDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp864 MCSection &DataSection = *OFI.getDataSection(); in finish() local
865 MCA.registerSection(DataSection); in finish()
870 DataSection.setAlignment(Align(std::max(16u, DataSection.getAlignment()))); in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp50 void writeSectionContent(raw_ostream &OS, WasmYAML::DataSection &Section);
490 WasmYAML::DataSection &Section) { in writeSectionContent()
586 else if (auto S = dyn_cast<WasmYAML::DataSection>(Sec.get())) in writeWasm()
DWasmYAML.cpp151 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping()
262 Section.reset(new WasmYAML::DataSection()); in mapping()
263 sectionMapping(IO, *cast<WasmYAML::DataSection>(Section.get())); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp181 DataSection, enumerator
635 if (CurrentState != DataSection) { in CheckDataSection()
641 CurrentState = DataSection; in CheckDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h372 struct DataSection : Section { struct
373 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp302 return DataSection; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1045 return DataSection; in SelectSectionForGlobal()
1402 return DataSection; in SelectSectionForGlobal()
1877 return DataSection; in SelectSectionForGlobal()
1883 return DataSection; in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h289 uint32_t DataSection = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1204 DataSection = Sections.size(); in parseDataSection()
1376 Ref.d.a = DataSection; in getSymbolSection()