Searched defs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
165 struct WasmCustomSection { struct167 StringRef Name;168 MCSectionWasm *Section;170 uint32_t OutputContentsOffset;171 uint32_t OutputIndex;173 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument