Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp26 const uint32_t previous_bytes = s->GetWrittenBytes(); in Dump() local
55 uint32_t bytes_written_so_far = s->GetWrittenBytes() - previous_bytes; in Dump()
60 return s->GetWrittenBytes() - previous_bytes; in Dump()