LLVM 17.0.0git
Public Attributes | List of all members
llvm::object::WasmSegment Struct Reference

#include "llvm/Object/Wasm.h"

Collaboration diagram for llvm::object::WasmSegment:
Collaboration graph
[legend]

Public Attributes

uint32_t SectionOffset
 
wasm::WasmDataSegment Data
 

Detailed Description

Definition at line 115 of file Wasm.h.

Member Data Documentation

◆ Data

wasm::WasmDataSegment llvm::object::WasmSegment::Data

Definition at line 117 of file Wasm.h.

◆ SectionOffset

uint32_t llvm::object::WasmSegment::SectionOffset

Definition at line 116 of file Wasm.h.


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