Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h352 struct ElemSection : Section { struct
353 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function
355 static bool classof(const Section *S) { in classof()
359 std::vector<ElemSegment> Segments;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
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;