LLVM 22.0.0git
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 444 of file Wasm.h.

Member Data Documentation

◆ Offset

uint64_t llvm::wasm::WasmDataReference::Offset

Definition at line 446 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue().

◆ Segment

uint32_t llvm::wasm::WasmDataReference::Segment

Definition at line 445 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue().

◆ Size

uint64_t llvm::wasm::WasmDataReference::Size

Definition at line 447 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getSymbolSize().


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