struct TargetFeaturesSection

Declaration

struct TargetFeaturesSection : public CustomSection { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:275

Inherits from: CustomSection

Member Variables

public std::vector<FeatureEntry> Features

Inherited from CustomSection:

public Name
public Payload

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from CustomSection:

Inherited from Section:

    Methods

    TargetFeaturesSection()

    Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:276

    static bool classof(
        const llvm::WasmYAML::Section* S)

    Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:278

    Parameters

    const llvm::WasmYAML::Section* S