Home
last modified time | relevance | path

Searched refs:WasmElemSegment (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h136 ArrayRef<wasm::WasmElemSegment> elements() const { return ElemSegments; } in elements()
250 std::vector<wasm::WasmElemSegment> ElemSegments;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h121 struct WasmElemSegment { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp948 wasm::WasmElemSegment Segment; in parseElemSection()