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

#include "llvm/BinaryFormat/Wasm.h"

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

Public Attributes

uint32_t Index
 
StringRef Name
 

Detailed Description

Definition at line 179 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmFunctionName::Index

Definition at line 180 of file Wasm.h.

◆ Name

StringRef llvm::wasm::WasmFunctionName::Name

Definition at line 181 of file Wasm.h.


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