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

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

Inheritance diagram for llvm::WasmYAML::TargetFeaturesSection:

Public Member Functions
TargetFeaturesSection ()
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< FeatureEntry > Features
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 278 of file WasmYAML.h.

Constructor & Destructor Documentation

llvm::WasmYAML::TargetFeaturesSection::TargetFeaturesSection ( ) inline

Member Function Documentation

classof()

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

Member Data Documentation

Features

std::vector<FeatureEntry> llvm::WasmYAML::TargetFeaturesSection::Features


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