Searched defs:DataSection (Results 1 – 10 of 10) sorted by relevance
40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
379 struct DataSection : Section { struct380 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument382 static bool classof(const Section *S) { in classof()386 std::vector<DataSegment> Segments;
662 MCSectionWasm &DataSection) { in addData()1588 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local1697 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
301 uint32_t DataSection = 0; variable
58 MCSection *DataSection = nullptr; variable
649 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
216 DataSection, enumerator
883 MCSection &DataSection = *OFI.getDataSection(); in finish() local
2030 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
1297 auto &DataSection = Obj->addSection<Section>(Data); in addData() local