LLVM  8.0.1
Public Attributes | List of all members
llvm::WasmYAML::SegmentInfo Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::SegmentInfo:
Collaboration graph
[legend]

Public Attributes

uint32_t Index
 
StringRef Name
 
uint32_t Alignment
 
SegmentFlags Flags
 

Detailed Description

Definition at line 126 of file WasmYAML.h.

Member Data Documentation

◆ Alignment

uint32_t llvm::WasmYAML::SegmentInfo::Alignment

◆ Flags

SegmentFlags llvm::WasmYAML::SegmentInfo::Flags

◆ Index

uint32_t llvm::WasmYAML::SegmentInfo::Index

◆ Name

StringRef llvm::WasmYAML::SegmentInfo::Name

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