Searched defs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance
120 struct WasmCustomSection { struct122 StringRef Name;123 MCSectionWasm *Section;125 uint32_t OutputContentsOffset = 0;126 uint32_t OutputIndex = InvalidIndex;128 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument