Home
last modified time | relevance | path

Searched defs:ElemSection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h377 struct ElemSection : Section { struct
378 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() argument
380 static bool classof(const Section *S) { in classof()
384 std::vector<ElemSegment> Segments;