Searched defs:DataSection (Results 1 – 11 of 11) 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() function382 static bool classof(const Section *S) { in classof()386 std::vector<DataSegment> Segments;
69 #define DataSection 1 macro
844 DataSection() : Section(), m_data(), m_length(0) {} in DataSection() function847 DataSection(uint32_t identifier) : Section(identifier), m_data(), m_length(0) {} in DataSection() function
652 MCSectionWasm &DataSection) { in addData()1577 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local1686 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
301 uint32_t DataSection = 0; variable
58 MCSection *DataSection = nullptr; variable
648 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
214 DataSection, enumerator
883 MCSection &DataSection = *OFI.getDataSection(); in finish() local
1293 auto &DataSection = Obj->addSection<Section>(Data); in addData() local