Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp121 struct WasmCustomSection { struct
123 StringRef Name;
124 MCSectionWasm *Section;
126 uint32_t OutputContentsOffset = 0;
127 uint32_t OutputIndex = InvalidIndex;
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument