Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DOpcode.cpp54 uint32_t bytes_written_so_far = s->GetWrittenBytes() - previous_bytes; in Dump() local
57 if (bytes_written_so_far < min_byte_width) in Dump()
58 s->Printf("%*s", min_byte_width - bytes_written_so_far, ""); in Dump()