Lines Matching defs:CustomSections
224 std::vector<WasmCustomSection> CustomSections;
279 CustomSections.clear();
1145 for (const auto &Sec : CustomSections) {
1186 CustomSections[Sym.ElementIndex].OutputIndex;
1466 CustomSections.clear();
1485 // Populate DataSegments and CustomSections, which must be done before
1542 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size();
1563 static_cast<uint32_t>(CustomSections.size())});
1566 CustomSections.emplace_back(Name, &Section);
1948 for (auto &CustomSection : CustomSections)