Searched refs:WasmElemSegment (Results 1 – 4 of 4) sorted by relevance
148 ArrayRef<wasm::WasmElemSegment> elements() const { return ElemSegments; } in elements()281 std::vector<wasm::WasmElemSegment> ElemSegments;
175 struct WasmElemSegment { struct
415 for (const WasmElemSegment &seg : wasmObj->elements()) { in parse()
1440 wasm::WasmElemSegment Segment; in parseElemSection()