Searched defs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
119 struct WasmCustomSection { struct121 StringRef Name;122 MCSectionWasm *Section;124 uint32_t OutputContentsOffset = 0;125 uint32_t OutputIndex = InvalidIndex;127 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function