Searched defs:WasmDataSegment (Results 1 – 4 of 4) sorted by relevance
140 struct WasmDataSegment { struct157 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
147 struct WasmDataSegment { struct164 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
106 struct WasmDataSegment { struct107 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;
64 struct WasmDataSegment { struct65 MCSectionWasm *Section;66 StringRef Name;67 uint32_t InitFlags;68 uint64_t Offset;69 uint32_t Alignment;70 uint32_t LinkerFlags;71 SmallVector<char, 4> Data;