Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
1173 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1473 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()
1478 std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()