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

#include "llvm/ObjectYAML/WasmYAML.h"

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

Public Attributes

uint32_t Index
 
StringRef Name
 
SymbolKind Kind
 
SymbolFlags Flags
 
union {
   uint32_t   ElementIndex
 
   wasm::WasmDataReference   DataRef
 
}; 
 

Detailed Description

Definition at line 140 of file WasmYAML.h.

Member Data Documentation

◆ @287

union { ... }

◆ DataRef

wasm::WasmDataReference llvm::WasmYAML::SymbolInfo::DataRef

◆ ElementIndex

uint32_t llvm::WasmYAML::SymbolInfo::ElementIndex

◆ Flags

SymbolFlags llvm::WasmYAML::SymbolInfo::Flags

◆ Index

uint32_t llvm::WasmYAML::SymbolInfo::Index

◆ Kind

SymbolKind llvm::WasmYAML::SymbolInfo::Kind

◆ Name

StringRef llvm::WasmYAML::SymbolInfo::Name

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