Searched refs:DataRelocations (Results 1 – 1 of 1) sorted by relevance
209 std::vector<WasmRelocationEntry> DataRelocations; member in __anone61d87550111::WasmObjectWriter262 DataRelocations.clear(); in reset()520 DataRelocations.push_back(Rec); in recordRelocation()888 applyRelocations(DataRelocations, Section.ContentsOffset); in writeDataSection()1389 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeObject()1472 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeObject()