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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp85 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, function
103 if (!nextLEB(Val, Bytes, Size, Signed))
131 if (!nextLEB(FunctionCount, Bytes, Size, false))
137 if (!nextLEB(BodySize, Bytes, Size, false) ||
138 !nextLEB(LocalEntryCount, Bytes, Size, false))
144 if (!nextLEB(Count, Bytes, Size, false) ||
145 !nextLEB(Type, Bytes, Size, false))
181 if (!nextLEB(PrefixedOpc, Bytes, Size, false))
222 if (!nextLEB(Val, Bytes, Size, true))
277 if (!nextLEB(TargetTableLe
[all...]

Completed in 101 milliseconds