Lines Matching defs:CustomSections
224 std::vector<WasmCustomSection> CustomSections;
279 CustomSections.clear();
1147 for (const auto &Sec : CustomSections) {
1188 CustomSections[Sym.ElementIndex].OutputIndex;
1468 CustomSections.clear();
1487 // Populate DataSegments and CustomSections, which must be done before
1544 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size();
1565 static_cast<uint32_t>(CustomSections.size())});
1568 CustomSections.emplace_back(Name, &Section);
1957 for (auto &CustomSection : CustomSections)