LLVM 19.0.0git
Public Attributes | List of all members
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 290 of file Wasm.h.

Member Data Documentation

◆ Languages

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

Definition at line 291 of file Wasm.h.

◆ SDKs

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

Definition at line 293 of file Wasm.h.

◆ Tools

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

Definition at line 292 of file Wasm.h.


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