Home
last modified time | relevance | path

Searched refs:ElemSegments (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h147 ArrayRef<wasm::WasmElemSegment> elements() const { return ElemSegments; } in elements()
274 std::vector<wasm::WasmElemSegment> ElemSegments; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1181 ElemSegments.reserve(Count); in parseElemSection()
1195 ElemSegments.push_back(Segment); in parseElemSection()