Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DOpcode.cpp24 int Opcode::Dump(Stream *s, uint32_t min_byte_width) { in Dump() argument
57 if (bytes_written_so_far < min_byte_width) in Dump()
58 s->Printf("%*s", min_byte_width - bytes_written_so_far, ""); in Dump()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DOpcode.h196 int Dump(Stream *s, uint32_t min_byte_width);