LLVM
15.0.0git
|
#include "llvm/BinaryFormat/Wasm.h"
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 |
Optional< StringRef > | ExportName |
StringRef | SymbolName |
StringRef | DebugName |
uint32_t | Comdat |
uint32_t llvm::wasm::WasmFunction::CodeSectionOffset |
Definition at line 152 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSymbolAddress().
std::vector<WasmLocalDecl> llvm::wasm::WasmFunction::Locals |