struct CodeSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<Function> Functions

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    CodeSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S