Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h262 struct ProducersSection : CustomSection { struct
263 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
265 static bool classof(const Section *S) { in classof()
270 std::vector<ProducerEntry> Languages;
271 std::vector<ProducerEntry> Tools;
272 std::vector<ProducerEntry> SDKs;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonfb1f8c320111::WasmObjectWriter