LLVM 20.0.0git
|
#include "llvm/Object/Wasm.h"
Public Attributes | |
const uint8_t * | Start |
const uint8_t * | Ptr |
const uint8_t * | End |
const uint8_t* llvm::object::WasmObjectFile::ReadContext::End |
Definition at line 222 of file Wasm.h.
Referenced by readFloat32(), readFloat64(), readLEB128(), readSection(), readString(), readUint32(), readUint8(), readULEB128(), and llvm::object::WasmObjectFile::WasmObjectFile().
const uint8_t* llvm::object::WasmObjectFile::ReadContext::Ptr |
Definition at line 221 of file Wasm.h.
Referenced by readFloat32(), readFloat64(), readInitExpr(), readLEB128(), readSection(), readString(), readUint32(), readUint8(), readULEB128(), and llvm::object::WasmObjectFile::WasmObjectFile().
const uint8_t* llvm::object::WasmObjectFile::ReadContext::Start |
Definition at line 220 of file Wasm.h.
Referenced by readSection(), and llvm::object::WasmObjectFile::WasmObjectFile().