Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp142 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32() function
193 Result.Initial = readVaruint32(Ctx); in readLimits()
195 Result.Maximum = readVaruint32(Ctx); in readLimits()
211 uint32_t Size = readVaruint32(Ctx); in readSection()
312 uint32_t Size = readVaruint32(Ctx); in parseNameSection()
316 uint32_t Count = readVaruint32(Ctx); in parseNameSection()
318 uint32_t Index = readVaruint32(Ctx); in parseNameSection()
356 LinkingData.Version = readVaruint32(Ctx); in parseLinkingSection()
368 uint32_t Size = readVaruint32(Ctx); in parseLinkingSection()
378 uint32_t Count = readVaruint32(Ctx); in parseLinkingSection()
[all …]