Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h376 struct ElemSection : Section { struct
377 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function
379 static bool classof(const Section *S) { in classof()
383 std::vector<ElemSegment> Segments;