struct CustomSection

Declaration

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

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

Inherits from: Section

Member Variables

public llvm::StringRef Name
public yaml::BinaryRef Payload

Inherited from Section:

public Type
public Relocations

Method Overview

  • public CustomSection(llvm::StringRef Name)
  • public static bool classof(const llvm::WasmYAML::Section * S)

Inherited from Section:

    Methods

    CustomSection(llvm::StringRef Name)

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

    Parameters

    llvm::StringRef Name

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

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

    Parameters

    const llvm::WasmYAML::Section* S