Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h147 ArrayRef<wasm::WasmElemSegment> elements() const { return ElemSegments; } in elements()
274 std::vector<wasm::WasmElemSegment> ElemSegments;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h151 struct WasmElemSegment { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1183 wasm::WasmElemSegment Segment; in parseElemSection()