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.h379 struct ElemSection : Section { struct
380 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() argument
382 static bool classof(const Section *S) { in classof()
386 std::vector<ElemSegment> Segments;