OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
213
struct
ReadContext
{
244
Error parseCustomSection(WasmSection &Sec,
ReadContext
&Ctx);
247
Error parseTypeSection(
ReadContext
&Ctx);
248
Error parseImportSection(
ReadContext
&Ctx);
249
Error parseFunctionSection(
ReadContext
&Ctx);
250
Error parseTableSection(
ReadContext
&Ctx);
251
Error parseMemorySection(
ReadContext
&Ctx);
252
Error parseEventSection(
ReadContext
&Ctx);
253
Error parseGlobalSection(
ReadContext
&Ctx);
254
Error parseExportSection(
ReadContext
&Ctx)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
72
static uint8_t readUint8(WasmObjectFile::
ReadContext
&Ctx) {
78
static uint32_t readUint32(WasmObjectFile::
ReadContext
&Ctx) {
86
static int32_t readFloat32(WasmObjectFile::
ReadContext
&Ctx) {
95
static int64_t readFloat64(WasmObjectFile::
ReadContext
&Ctx) {
104
static uint64_t readULEB128(WasmObjectFile::
ReadContext
&Ctx) {
114
static StringRef readString(WasmObjectFile::
ReadContext
&Ctx) {
124
static int64_t readLEB128(WasmObjectFile::
ReadContext
&Ctx) {
134
static uint8_t readVaruint1(WasmObjectFile::
ReadContext
&Ctx) {
141
static int32_t readVarint32(WasmObjectFile::
ReadContext
&Ctx) {
148
static uint32_t readVaruint32(WasmObjectFile::
ReadContext
&Ctx)
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026