Home
last modified time | relevance | path

Searched refs:ElemSegments (Results 1 – 2 of 2) 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; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1181 ElemSegments.reserve(Count); in parseElemSection()
1195 ElemSegments.push_back(Segment); in parseElemSection()