Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp139 int64_t BodySize, LocalEntryCount; in onSymbolStart() local
141 !nextLEB(LocalEntryCount, Bytes, Size, false)) in onSymbolStart()
143 if (LocalEntryCount) { in onSymbolStart()
145 for (int64_t I = 0; I < LocalEntryCount; I++) { in onSymbolStart()