Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp136 int64_t BodySize, LocalEntryCount; in onSymbolStart() local
138 !nextLEB(LocalEntryCount, Bytes, Size, false)) in onSymbolStart()
140 if (LocalEntryCount) { in onSymbolStart()
142 for (int64_t I = 0; I < LocalEntryCount; I++) { in onSymbolStart()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp135 int64_t BodySize, LocalEntryCount; in onSymbolStart() local
137 !nextLEB(LocalEntryCount, Bytes, Size, false)) in onSymbolStart()
139 if (LocalEntryCount) { in onSymbolStart()
141 for (int64_t I = 0; I < LocalEntryCount; I++) { in onSymbolStart()