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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp121 struct WasmCustomSection { struct in namespace:__anon2103
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) function in struct:__anon2103::WasmCustomSection
225 std::vector<WasmCustomSection> CustomSections;
226 std::unique_ptr<WasmCustomSection> ProducersSection;
227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection;
350 void writeCustomSection(WasmCustomSection &CustomSection,
1241 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection,
1539 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section);
1544 std::make_unique<WasmCustomSection>(Name, &Section);

Completed in 220 milliseconds