Searched defs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
123 struct WasmCustomSection { struct125 StringRef Name;126 MCSectionWasm *Section;128 uint32_t OutputContentsOffset;129 uint32_t OutputIndex;131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument