LLVM 22.0.0git
llvm::object::WasmObjectFile::ReadContext Struct Reference

#include "llvm/Object/Wasm.h"

Public Attributes

const uint8_tStart
const uint8_tPtr
const uint8_tEnd

Detailed Description

Definition at line 220 of file Wasm.h.

Member Data Documentation

◆ End

const uint8_t* llvm::object::WasmObjectFile::ReadContext::End

Definition at line 223 of file Wasm.h.

Referenced by readSection().

◆ Ptr

const uint8_t* llvm::object::WasmObjectFile::ReadContext::Ptr

Definition at line 222 of file Wasm.h.

Referenced by readSection().

◆ Start

const uint8_t* llvm::object::WasmObjectFile::ReadContext::Start

Definition at line 221 of file Wasm.h.

Referenced by readSection(), and llvm::object::WasmObjectFile::WasmObjectFile().


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