Home
last modified time | relevance | path

Searched refs:readVarint32 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp141 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32() function
173 Expr.Value.Int32 = readVarint32(Ctx); in readInitExpr()
916 Reloc.Addend = readVarint32(Ctx); in parseRelocSection()
931 Reloc.Addend = readVarint32(Ctx); in parseRelocSection()
943 Reloc.Addend = readVarint32(Ctx); in parseRelocSection()
1069 Im.Event.Attribute = readVarint32(Ctx); in parseImportSection()
1070 Im.Event.SigIndex = readVarint32(Ctx); in parseImportSection()