Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h263 struct ProducersSection : CustomSection { struct
264 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
266 static bool classof(const Section *S) { in classof()
271 std::vector<ProducerEntry> Languages;
272 std::vector<ProducerEntry> Tools;
273 std::vector<ProducerEntry> SDKs;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h263 struct ProducersSection : CustomSection { struct
264 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
266 static bool classof(const Section *S) { in classof()
271 std::vector<ProducerEntry> Languages;
272 std::vector<ProducerEntry> Tools;
273 std::vector<ProducerEntry> SDKs;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp242 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonc4930b750111::WasmObjectWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anone47dedbb0111::WasmObjectWriter