Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp797 uint32_t ReturnCount = readVaruint32(Ctx); in parseTypeSection() local
798 if (ReturnCount) { in parseTypeSection()
799 if (ReturnCount != 1) { in parseTypeSection()