Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h161 struct WasmDataSegment { struct
183 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp62 struct WasmDataSegment { struct
63 MCSectionWasm *Section;
64 StringRef Name;
65 uint32_t InitFlags;
66 uint64_t Offset;
67 uint32_t Alignment;
68 uint32_t LinkingFlags;
69 SmallVector<char, 4> Data;