LLVM 22.0.0git
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 161 of file WasmYAML.h.

Member Data Documentation

◆ [union]

◆ DataRef

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

Definition at line 168 of file WasmYAML.h.

◆ ElementIndex

uint32_t llvm::WasmYAML::SymbolInfo::ElementIndex

Definition at line 167 of file WasmYAML.h.

◆ Flags

SymbolFlags llvm::WasmYAML::SymbolInfo::Flags

Definition at line 165 of file WasmYAML.h.

◆ Index

uint32_t llvm::WasmYAML::SymbolInfo::Index

Definition at line 162 of file WasmYAML.h.

◆ Kind

SymbolKind llvm::WasmYAML::SymbolInfo::Kind

Definition at line 164 of file WasmYAML.h.

◆ Name

StringRef llvm::WasmYAML::SymbolInfo::Name

Definition at line 163 of file WasmYAML.h.


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