LLVM: llvm::wasm::WasmProducerInfo Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"

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

Definition at line 304 of file Wasm.h.

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: