Home
last modified time | relevance | path

Searched defs:bytes_len (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp693 const size_t bytes_len = m_bytes.size(); in CheckForPacket() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp258 InstructionLengthDecode(const uint8_t *inst_bytes, int bytes_len, in InstructionLengthDecode()