LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmDataReference Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t Segment
 
uint64_t Offset
 
uint64_t Size
 

Detailed Description

Definition at line 424 of file Wasm.h.

Member Data Documentation

◆ Offset

uint64_t llvm::wasm::WasmDataReference::Offset

Definition at line 426 of file Wasm.h.

Referenced by llvm::object::WasmSymbol::print().

◆ Segment

uint32_t llvm::wasm::WasmDataReference::Segment

Definition at line 425 of file Wasm.h.

Referenced by llvm::object::WasmSymbol::print().

◆ Size

uint64_t llvm::wasm::WasmDataReference::Size

Definition at line 427 of file Wasm.h.

Referenced by llvm::object::WasmSymbol::print().


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