Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1598 uint32_t data_cursor = data_offset; in DecodeInstructions() local
1603 while (data_cursor < data_byte_size && in DecodeInstructions()
1617 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor); in DecodeInstructions()
1623 data_cursor += inst_size; in DecodeInstructions()
1628 return data_cursor - data_offset; in DecodeInstructions()