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

#include "llvm/BinaryFormat/Wasm.h"

Collaboration diagram for llvm::wasm::WasmSymbolInfo:
Collaboration graph
[legend]

Public Attributes

StringRef Name
 
uint8_t Kind
 
uint32_t Flags
 
StringRef ImportModule
 
StringRef ImportName
 
union {
   uint32_t   ElementIndex
 
   WasmDataReference   DataRef
 
}; 
 

Detailed Description

Definition at line 164 of file Wasm.h.

Member Data Documentation

◆ @147

union { ... }

◆ DataRef

WasmDataReference llvm::wasm::WasmSymbolInfo::DataRef

◆ ElementIndex

uint32_t llvm::wasm::WasmSymbolInfo::ElementIndex

◆ Flags

uint32_t llvm::wasm::WasmSymbolInfo::Flags

◆ ImportModule

StringRef llvm::wasm::WasmSymbolInfo::ImportModule

Definition at line 168 of file Wasm.h.

◆ ImportName

StringRef llvm::wasm::WasmSymbolInfo::ImportName

Definition at line 169 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: