Searched defs:ElemSection (Results 1 – 1 of 1) sorted by relevance
376 struct ElemSection : Section { struct377 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function379 static bool classof(const Section *S) { in classof()383 std::vector<ElemSegment> Segments;