Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp157 static uint64_t readVaruint64(WasmObjectFile::ReadContext &Ctx) { in readVaruint64() function
242 Result.Minimum = readVaruint64(Ctx); in readLimits()
244 Result.Maximum = readVaruint64(Ctx); in readLimits()
714 auto Offset = readVaruint64(Ctx); in parseLinkingSectionSymtab()
715 auto Size = readVaruint64(Ctx); in parseLinkingSectionSymtab()