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.h265 struct ProducersSection : CustomSection { struct
266 ProducersSection() : CustomSection("producers") {} in ProducersSection() function
268 static bool classof(const Section *S) { in classof()
273 std::vector<ProducerEntry> Languages;
274 std::vector<ProducerEntry> Tools;
275 std::vector<ProducerEntry> SDKs;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp224 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon335a907b0111::WasmObjectWriter