Searched refs:ElemSegments (Results 1 – 2 of 2) sorted by relevance
147 ArrayRef<wasm::WasmElemSegment> elements() const { return ElemSegments; } in elements()274 std::vector<wasm::WasmElemSegment> ElemSegments; variable
1181 ElemSegments.reserve(Count); in parseElemSection()1195 ElemSegments.push_back(Segment); in parseElemSection()