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

#include "llvm/ObjectYAML/WasmYAML.h"

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

Public Attributes

StringRef Name
 
ExportKind Kind
 
uint32_t Index
 

Detailed Description

Definition at line 58 of file WasmYAML.h.

Member Data Documentation

◆ Index

uint32_t llvm::WasmYAML::Export::Index

Definition at line 61 of file WasmYAML.h.

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

◆ Kind

ExportKind llvm::WasmYAML::Export::Kind

Definition at line 60 of file WasmYAML.h.

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

◆ Name

StringRef llvm::WasmYAML::Export::Name

Definition at line 59 of file WasmYAML.h.

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


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