Home
last modified time | relevance | path

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

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