Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h111 struct WasmDataSegment { struct
127 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/external/v8/src/wasm/
Dwasm-module-builder.h272 struct WasmDataSegment { struct
284 ZoneVector<WasmDataSegment> data_segments_; argument
Dwasm-module.h70 struct WasmDataSegment { struct
71 WasmInitExpr dest_addr; // destination memory address of the data.
72 WireBytesRef source; // start offset in the module bytes.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp109 struct WasmDataSegment { struct
110 MCSectionWasm *Section;
111 StringRef Name;
112 uint32_t Offset;
113 uint32_t Alignment;
114 uint32_t Flags;
115 SmallVector<char, 4> Data;