Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DOpcode.cpp29 Opcode::Dump (Stream *s, uint32_t min_byte_width) in Dump() argument
66 if (bytes_written < min_byte_width) in Dump()
67 bytes_written = s->Printf ("%*s", min_byte_width - bytes_written, ""); in Dump()
/external/lldb/include/lldb/Core/
DOpcode.h200 Dump (Stream *s, uint32_t min_byte_width);