LLVM 19.0.0git
Public Attributes | List of all members
llvm::WasmYAML::Export Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

StringRef Name
 
ExportKind Kind
 
uint32_t Index
 

Detailed Description

Definition at line 59 of file WasmYAML.h.

Member Data Documentation

◆ Index

uint32_t llvm::WasmYAML::Export::Index

Definition at line 62 of file WasmYAML.h.

◆ Kind

ExportKind llvm::WasmYAML::Export::Kind

Definition at line 61 of file WasmYAML.h.

◆ Name

StringRef llvm::WasmYAML::Export::Name

Definition at line 60 of file WasmYAML.h.


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