Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h245 struct ProducersSection : CustomSection { struct
246 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
248 static bool classof(const Section *S) { in classof()
253 std::vector<ProducerEntry> Languages;
254 std::vector<ProducerEntry> Tools;
255 std::vector<ProducerEntry> SDKs;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp207 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon668be8e60111::WasmObjectWriter