Searched defs:ElemSection (Results 1 – 3 of 3) sorted by relevance
356 struct ElemSection : Section { struct357 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function359 static bool classof(const Section *S) { in classof()363 std::vector<ElemSegment> Segments;
352 struct ElemSection : Section { struct353 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function355 static bool classof(const Section *S) { in classof()359 std::vector<ElemSegment> Segments;
254 ElemSection() in ElemSection() function