LLVM: llvm::WasmYAML::DataCountSection Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::WasmYAML::DataCountSection:

Public Attributes
uint32_t Count
Public Attributes inherited from llvm::WasmYAML::Section
SectionType Type
std::vector< Relocation > Relocations
std::optional< uint8_t > HeaderSecSizeEncodingLen

Detailed Description

Definition at line 409 of file WasmYAML.h.

Constructor & Destructor Documentation

llvm::WasmYAML::DataCountSection::DataCountSection ( ) inline

Member Function Documentation

classof()

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

Member Data Documentation

Count

uint32_t llvm::WasmYAML::DataCountSection::Count


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