LLVM 22.0.0git
llvm::wasm::WasmProducerInfo Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

std::vector< std::pair< std::string, std::string > > Languages
std::vector< std::pair< std::string, std::string > > Tools
std::vector< std::pair< std::string, std::string > > SDKs

Detailed Description

Definition at line 304 of file Wasm.h.

Member Data Documentation

◆ Languages

std::vector<std::pair<std::string, std::string> > llvm::wasm::WasmProducerInfo::Languages

Definition at line 305 of file Wasm.h.

◆ SDKs

std::vector<std::pair<std::string, std::string> > llvm::wasm::WasmProducerInfo::SDKs

Definition at line 307 of file Wasm.h.

◆ Tools

std::vector<std::pair<std::string, std::string> > llvm::wasm::WasmProducerInfo::Tools

Definition at line 306 of file Wasm.h.


The documentation for this struct was generated from the following file: