Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp165 struct WasmCustomSection { struct
167 StringRef Name;
168 MCSectionWasm *Section;
170 uint32_t OutputContentsOffset;
171 uint32_t OutputIndex;
173 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp121 struct WasmCustomSection { struct
123 StringRef Name;
124 MCSectionWasm *Section;
126 uint32_t OutputContentsOffset = 0;
127 uint32_t OutputIndex = InvalidIndex;
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function