Searched refs:nextLEB (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 85 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() function 103 if (!nextLEB(Val, Bytes, Size, Signed)) in parseLEBImmediate() 131 if (!nextLEB(FunctionCount, Bytes, Size, false)) in onSymbolStart() 137 if (!nextLEB(BodySize, Bytes, Size, false) || in onSymbolStart() 138 !nextLEB(LocalEntryCount, Bytes, Size, false)) in onSymbolStart() 144 if (!nextLEB(Count, Bytes, Size, false) || in onSymbolStart() 145 !nextLEB(Type, Bytes, Size, false)) in onSymbolStart() 181 if (!nextLEB(PrefixedOpc, Bytes, Size, false)) in getInstruction() 223 if (!nextLEB(Val, Bytes, Size, true)) in getInstruction() 248 if (!nextLEB(Val, Bytes, Size, true)) in getInstruction() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() function 102 if (!nextLEB(Val, Bytes, Size, Signed)) in parseLEBImmediate() 130 if (!nextLEB(FunctionCount, Bytes, Size, false)) in onSymbolStart() 136 if (!nextLEB(BodySize, Bytes, Size, false) || in onSymbolStart() 137 !nextLEB(LocalEntryCount, Bytes, Size, false)) in onSymbolStart() 143 if (!nextLEB(Count, Bytes, Size, false) || in onSymbolStart() 144 !nextLEB(Type, Bytes, Size, false)) in onSymbolStart() 180 if (!nextLEB(PrefixedOpc, Bytes, Size, false)) in getInstruction() 220 if (!nextLEB(Val, Bytes, Size, true)) in getInstruction() 275 if (!nextLEB(TargetTableLen, Bytes, Size, false)) in getInstruction()
|