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() argument400 static bool classof(const Section *S) { in classof()404 std::vector<DataSegment> Segments;
712 MCSectionWasm &DataSection) { in addData() argument 1631 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local 1740 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local [all...]
307 uint32_t DataSection = 0; 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
213 DataSection, enumerator
417 auto *DataSection = Obj->getObject(Keys[TBDKey::Data]); in getSymbolSection() local
900 MCSection &DataSection = *OFI.getDataSection(); in finish() local
2024 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
1317 auto &DataSection = Obj->addSection<Section>(Data); in addData() local