Searched defs:WasmCustomSection (Results 1 – 2 of 2) 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() function
121 struct WasmCustomSection { struct123 StringRef Name;124 MCSectionWasm *Section;126 uint32_t OutputContentsOffset = 0;127 uint32_t OutputIndex = InvalidIndex;129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function