Home
last modified time | relevance | path

Searched defs:WasmDataSegment (Results 1 – 4 of 4) 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/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h147 struct WasmDataSegment { struct
164 // 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;
/external/llvm-project/llvm/lib/MC/
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 LinkerFlags;
71 SmallVector<char, 4> Data;