Home
last modified time | relevance | path

Searched defs:WasmDataSegment (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h140 struct WasmDataSegment { struct
157 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h198 struct WasmDataSegment { struct
200 explicit WasmDataSegment(ConstantExpression dest_addr) in WasmDataSegment() argument
204 WasmDataSegment() : active(false) {} in WasmDataSegment() function
206 ConstantExpression dest_addr; // destination memory address of the data.
207 WireBytesRef source; // start offset in the module bytes.
208 bool active = true; // true if copied automatically during instantiation.
Dwasm-module-builder.h456 struct WasmDataSegment { struct
469 ZoneVector<WasmDataSegment> data_segments_; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp106 struct WasmDataSegment { struct
107 MCSectionWasm *Section;
108 StringRef Name;
109 uint32_t InitFlags;
110 uint32_t Offset;
111 uint32_t Alignment;
112 uint32_t LinkerFlags;
113 SmallVector<char, 4> Data;