Home
last modified time | relevance | path

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

/external/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;
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h150 ArrayRef<wasm::WasmElemSegment> elements() const { return ElemSegments; } in elements()
283 std::vector<wasm::WasmElemSegment> ElemSegments;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h151 struct WasmElemSegment { struct
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h158 struct WasmElemSegment { struct
/external/llvm-project/lld/wasm/
DInputFiles.cpp329 for (const WasmElemSegment &seg : wasmObj->elements()) { in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1183 wasm::WasmElemSegment Segment; in parseElemSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1331 wasm::WasmElemSegment Segment; in parseElemSection()