Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h147 struct WasmDataSegment { struct
169 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp64 struct WasmDataSegment { struct
65 MCSectionWasm *Section;
66 StringRef Name;
67 uint32_t InitFlags;
68 uint64_t Offset;
69 uint32_t Alignment;
70 uint32_t LinkingFlags;
71 SmallVector<char, 4> Data;