Searched refs:LocalEntryCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp136 int64_t BodySize, LocalEntryCount; local
138 !nextLEB(LocalEntryCount, Bytes, Size, false))
140 if (LocalEntryCount) {
142 for (int64_t I = 0; I < LocalEntryCount; I++) {

Completed in 42 milliseconds