Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1097 uint32_t ReturnCount = readVaruint32(Ctx); in parseTypeSection() local
1098 while (ReturnCount--) { in parseTypeSection()