Searched refs:CustomSections (Results 1 – 1 of 1) sorted by relevance
206 std::vector<WasmCustomSection> CustomSections; member in __anon668be8e60111::WasmObjectWriter261 CustomSections.clear(); in reset()1082 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()1123 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()1392 CustomSections.clear(); in writeOneObject()1468 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeOneObject()1489 static_cast<uint32_t>(CustomSections.size())}); in writeOneObject()1492 CustomSections.emplace_back(Name, &Section); in writeOneObject()1883 for (auto &CustomSection : CustomSections) in writeOneObject()