LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmSymbolInfo Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

StringRef Name
 
uint8_t Kind
 
uint32_t Flags
 
std::optional< StringRefImportModule
 
std::optional< StringRefImportName
 
std::optional< StringRefExportName
 
union {
   uint32_t   ElementIndex
 
   WasmDataReference   DataRef
 
}; 
 

Detailed Description

Definition at line 442 of file Wasm.h.

Member Data Documentation

◆ 

union { ... } llvm::wasm::WasmSymbolInfo::@182

◆ DataRef

WasmDataReference llvm::wasm::WasmSymbolInfo::DataRef

Definition at line 457 of file Wasm.h.

Referenced by llvm::object::WasmSymbol::print().

◆ ElementIndex

uint32_t llvm::wasm::WasmSymbolInfo::ElementIndex

Definition at line 455 of file Wasm.h.

Referenced by llvm::object::WasmSymbol::print().

◆ ExportName

std::optional<StringRef> llvm::wasm::WasmSymbolInfo::ExportName

Definition at line 451 of file Wasm.h.

◆ Flags

uint32_t llvm::wasm::WasmSymbolInfo::Flags

◆ ImportModule

std::optional<StringRef> llvm::wasm::WasmSymbolInfo::ImportModule

Definition at line 447 of file Wasm.h.

◆ ImportName

std::optional<StringRef> llvm::wasm::WasmSymbolInfo::ImportName

Definition at line 449 of file Wasm.h.

◆ Kind

uint8_t llvm::wasm::WasmSymbolInfo::Kind

◆ Name

StringRef llvm::wasm::WasmSymbolInfo::Name

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