Searched defs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
178 struct WasmCustomSection { struct180 StringRef Name;181 MCSectionWasm *Section;183 uint32_t OutputContentsOffset;184 uint32_t OutputIndex;186 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function