Home
last modified time | relevance | path

Searched defs:ProducersSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h263 struct ProducersSection : CustomSection { struct
264 ProducersSection() : CustomSection("producers") {} in ProducersSection() function
266 static bool classof(const Section *S) { in classof()
271 std::vector<ProducerEntry> Languages;
272 std::vector<ProducerEntry> Tools;
273 std::vector<ProducerEntry> SDKs;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonbe1f80430111::WasmObjectWriter