LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::WasmObjectFile::ReadContext Struct Reference

#include "llvm/Object/Wasm.h"

Public Attributes

const uint8_t * Start
 
const uint8_t * Ptr
 
const uint8_t * End
 

Detailed Description

Definition at line 219 of file Wasm.h.

Member Data Documentation

◆ End

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

◆ Ptr

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

◆ Start

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

Definition at line 220 of file Wasm.h.

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


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