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

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

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: