Home
last modified time | relevance | path

Searched refs:ElemSegments (Results 1 – 2 of 2) 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; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp946 ElemSegments.reserve(Count); in parseElemSection()
960 ElemSegments.push_back(Segment); in parseElemSection()