Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp120 struct WasmCustomSection { struct
128 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function
224 std::vector<WasmCustomSection> CustomSections;
225 std::unique_ptr<WasmCustomSection> ProducersSection;
226 std::unique_ptr<WasmCustomSection> TargetFeaturesSection;
347 void writeCustomSection(WasmCustomSection &CustomSection,
1238 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1531 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()
1536 std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()