Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h140 struct WasmDataSegment { struct
157 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp106 struct WasmDataSegment { struct
107 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;