struct Section

Declaration

struct Section { /* full declaration omitted */ };

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

Member Variables

public llvm::WasmYAML::SectionType Type
public std::vector<Relocation> Relocations

Method Overview

  • public Section(llvm::WasmYAML::SectionType SecType)
  • public virtual ~Section()

Methods

Section(llvm::WasmYAML::SectionType SecType)

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

Parameters

llvm::WasmYAML::SectionType SecType

virtual ~Section()

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