Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp25 int Opcode::Dump(Stream *s, uint32_t min_byte_width) { in Dump() argument
58 if (bytes_written_so_far < min_byte_width) in Dump()
59 s->Printf("%*s", min_byte_width - bytes_written_so_far, ""); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h202 int Dump(Stream *s, uint32_t min_byte_width);