Searched defs:DataSection (Results 1 – 12 of 12) sorted by relevance
39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
399 struct DataSection : Section { struct400 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function402 static bool classof(const Section *S) { in classof()406 std::vector<DataSegment> Segments;
690 MCSectionWasm &DataSection) { in addData()1626 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local1735 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
308 uint32_t DataSection = 0; variable
64 auto DataSection = getInstrProfSection(Obj, IPSK_covdata); in get() local
57 MCSection *DataSection = nullptr; variable
698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
245 DataSection, enumerator
444 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection() local
953 MCSection &DataSection = *OFI.getDataSection(); in finish() local
2007 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
1314 auto &DataSection = Obj->addSection<Section>(Data); in addData() local