Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp120 struct WasmCustomSection { struct
122 StringRef Name;
123 MCSectionWasm *Section;
125 uint32_t OutputContentsOffset = 0;
126 uint32_t OutputIndex = InvalidIndex;
128 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument