Searched defs:DataSection (Results 1 – 11 of 11) sorted by relevance
39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
396 struct DataSection : Section { struct397 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function399 static bool classof(const Section *S) { in classof()403 std::vector<DataSegment> Segments;
81 explicit DataSection(ArrayRef<OutputSegment *> segments) in DataSection() function
716 MCSectionWasm &DataSection) { in addData()1638 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local1747 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
297 uint32_t DataSection = 0; variable
56 MCSection *DataSection = nullptr; variable
698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
218 DataSection, enumerator
897 MCSection &DataSection = *OFI.getDataSection(); in finish() local
2039 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
1270 auto &DataSection = Obj->addSection<Section>(Data); in addData() local