LLVM 22.0.0git
llvm::WasmYAML::TagSection Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Inheritance diagram for llvm::WasmYAML::TagSection:
[legend]

Public Member Functions

 TagSection ()
Public Member Functions inherited from llvm::WasmYAML::Section
 Section (SectionType SecType)
virtual ~Section ()

Static Public Member Functions

static bool classof (const Section *S)

Public Attributes

std::vector< uint32_tTagTypes
Public Attributes inherited from llvm::WasmYAML::Section
SectionType Type
std::vector< RelocationRelocations
std::optional< uint8_tHeaderSecSizeEncodingLen

Detailed Description

Definition at line 339 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ TagSection()

llvm::WasmYAML::TagSection::TagSection ( )
inline

Definition at line 340 of file WasmYAML.h.

References llvm::WasmYAML::Section::Section().

Member Function Documentation

◆ classof()

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

Member Data Documentation

◆ TagTypes

std::vector<uint32_t> llvm::WasmYAML::TagSection::TagTypes

Definition at line 346 of file WasmYAML.h.


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