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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h161 struct WasmDataSegment { struct
183 // 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/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
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;