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

#include "llvm/Object/Wasm.h"

Collaboration diagram for llvm::object::WasmObjectFile::ReadContext:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 206 of file Wasm.h.

Member Data Documentation

◆ End

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

Definition at line 209 of file Wasm.h.

◆ Ptr

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

Definition at line 208 of file Wasm.h.

◆ Start

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

Definition at line 207 of file Wasm.h.


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