Home
last modified time | relevance | path

Searched defs:WasmCustomSection (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp123 struct WasmCustomSection { struct
125 StringRef Name;
126 MCSectionWasm *Section;
128 uint32_t OutputContentsOffset;
129 uint32_t OutputIndex;
131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument