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