LLVM: llvm::WasmYAML::ProducersSection Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::WasmYAML::ProducersSection:

Public Member Functions
ProducersSection ()
Public Member Functions inherited from llvm::WasmYAML::CustomSection
CustomSection (StringRef Name)
Public Member Functions inherited from llvm::WasmYAML::Section
Section (SectionType SecType)
virtual ~Section ()
Public Attributes
std::vector< ProducerEntry > Languages
std::vector< ProducerEntry > Tools
std::vector< ProducerEntry > SDKs
Public Attributes inherited from llvm::WasmYAML::CustomSection
StringRef Name
yaml::BinaryRef Payload
Public Attributes inherited from llvm::WasmYAML::Section
SectionType Type
std::vector< Relocation > Relocations
std::optional< uint8_t > HeaderSecSizeEncodingLen

Detailed Description

Definition at line 265 of file WasmYAML.h.

Constructor & Destructor Documentation

llvm::WasmYAML::ProducersSection::ProducersSection ( ) inline

Member Function Documentation

classof()

bool llvm::WasmYAML::ProducersSection::classof ( const Section * S) inlinestatic

Member Data Documentation

Languages

std::vector<ProducerEntry> llvm::WasmYAML::ProducersSection::Languages

SDKs

std::vector<ProducerEntry> llvm::WasmYAML::ProducersSection::SDKs

Tools

std::vector<ProducerEntry> llvm::WasmYAML::ProducersSection::Tools


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