Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h238 struct ProducersSection : CustomSection { struct
239 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
241 static bool classof(const Section *S) { in classof()
246 std::vector<ProducerEntry> Languages;
247 std::vector<ProducerEntry> Tools;
248 std::vector<ProducerEntry> SDKs;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp242 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anona320eb640111::WasmObjectWriter