Searched defs:WasmDataSegment (Results 1 – 4 of 4) sorted by relevance
111 struct WasmDataSegment { struct127 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
272 struct WasmDataSegment { struct284 ZoneVector<WasmDataSegment> data_segments_; argument
70 struct WasmDataSegment { struct71 WasmInitExpr dest_addr; // destination memory address of the data.72 WireBytesRef source; // start offset in the module bytes.
109 struct WasmDataSegment { struct110 MCSectionWasm *Section;111 StringRef Name;112 uint32_t Offset;113 uint32_t Alignment;114 uint32_t Flags;115 SmallVector<char, 4> Data;