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

#include "llvm/BinaryFormat/Wasm.h"

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

Public Attributes

uint32_t Index
 
WasmEventType Type
 
StringRef SymbolName
 

Detailed Description

Definition at line 92 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmEvent::Index

Definition at line 93 of file Wasm.h.

◆ SymbolName

StringRef llvm::wasm::WasmEvent::SymbolName

Definition at line 95 of file Wasm.h.

◆ Type

WasmEventType llvm::wasm::WasmEvent::Type

Definition at line 94 of file Wasm.h.


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