LLVM: llvm::wasm::WasmFunction Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"

Public Attributes
uint32_t Index
uint32_t SigIndex
std::vector< WasmLocalDecl > Locals
ArrayRef< uint8_t > Body
uint32_t CodeSectionOffset
uint32_t Size
uint32_t CodeOffset
std::optional< StringRef > ExportName
StringRef SymbolName
StringRef DebugName
uint32_t Comdat

Definition at line 396 of file Wasm.h.

Body

CodeOffset

CodeSectionOffset

uint32_t llvm::wasm::WasmFunction::CodeSectionOffset

Definition at line 401 of file Wasm.h.

Comdat

DebugName

ExportName

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

Definition at line 404 of file Wasm.h.

Index

Locals

SigIndex

Size

SymbolName


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