Searched defs:DataSection (Results 1 – 12 of 12) sorted by relevance
39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
397 struct DataSection : Section { struct398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function400 static bool classof(const Section *S) { in classof()404 std::vector<DataSegment> Segments;
717 for (const MCFragment &Frag : DataSection) { in addData() argument 1639 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local 1748 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local [all...]
300 uint32_t DataSection = 0; global() variable
64 auto DataSection = getInstrProfSection(Obj, IPSK_covdata); in get() local
56 MCSection *DataSection = nullptr; variable
698 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
216 DataSection, global() enumerator
417 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection() local
897 MCSection &DataSection = *OFI.getDataSection(); finish() local
2024 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
1285 auto &DataSection = Obj->addSection<Section>(Data); addData() local