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