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

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

Public Attributes
uint32_t Index
StringRef Name
uint32_t Alignment
SegmentFlags Flags

Detailed Description

Definition at line 147 of file WasmYAML.h.

Member Data Documentation

Alignment

uint32_t llvm::WasmYAML::SegmentInfo::Alignment

Definition at line 150 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::SegmentInfo >::mapping().

Flags

SegmentFlags llvm::WasmYAML::SegmentInfo::Flags

Definition at line 151 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::SegmentInfo >::mapping().

Index

uint32_t llvm::WasmYAML::SegmentInfo::Index

Definition at line 148 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::SegmentInfo >::mapping().

Name

StringRef llvm::WasmYAML::SegmentInfo::Name

Definition at line 149 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::SegmentInfo >::mapping().


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