Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp121 struct WasmCustomSection { struct
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() argument
225 std::vector<WasmCustomSection> CustomSections;
226 std::unique_ptr<WasmCustomSection> ProducersSection;
227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection;
350 void writeCustomSection(WasmCustomSection &CustomSection,
1239 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1538 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()
1543 std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()