Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp123 struct WasmCustomSection { struct
131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() function
206 std::vector<WasmCustomSection> CustomSections;
207 std::unique_ptr<WasmCustomSection> ProducersSection;
208 std::unique_ptr<WasmCustomSection> TargetFeaturesSection;
329 void writeCustomSection(WasmCustomSection &CustomSection,
1184 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1484 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()
1489 std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()