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

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

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

Detailed Description

Definition at line 160 of file WasmYAML.h.

Member Data Documentation

◆ 

union { ... } llvm::WasmYAML::SymbolInfo::@373

◆ DataRef

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

Definition at line 167 of file WasmYAML.h.

◆ ElementIndex

uint32_t llvm::WasmYAML::SymbolInfo::ElementIndex

Definition at line 166 of file WasmYAML.h.

◆ Flags

SymbolFlags llvm::WasmYAML::SymbolInfo::Flags

Definition at line 164 of file WasmYAML.h.

◆ Index

uint32_t llvm::WasmYAML::SymbolInfo::Index

Definition at line 161 of file WasmYAML.h.

◆ Kind

SymbolKind llvm::WasmYAML::SymbolInfo::Kind

Definition at line 163 of file WasmYAML.h.

◆ Name

StringRef llvm::WasmYAML::SymbolInfo::Name

Definition at line 162 of file WasmYAML.h.


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