Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h356 struct ElemSection : Section { struct
357 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() function
359 static bool classof(const Section *S) { in classof()
363 std::vector<ElemSegment> Segments;
/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/llvm-project/lld/wasm/
DSyntheticSections.h254 ElemSection() in ElemSection() function