Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h140 struct WasmDataSegment { struct
157 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h161 struct WasmDataSegment { struct
183 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DWasm.h395 struct WasmDataSegment { struct
396 uint32_t InitFlags;
398 uint32_t MemoryIndex;
422 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h395 struct WasmDataSegment { struct
396 uint32_t InitFlags;
398 uint32_t MemoryIndex;
422 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h395 struct WasmDataSegment { struct
396 uint32_t InitFlags;
398 uint32_t MemoryIndex;
422 // Represents the location of a Wasm data symbol within a WasmDataSegment, as argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;