Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterInfo.cpp21 uint32_t terminal_width) { in DumpRegisterInfo() argument
66 terminal_width); in DumpRegisterInfo()
92 uint32_t terminal_width) { in DoDumpRegisterInfo() argument
115 strm.Printf("\n\n%s", flags_type->AsTable(terminal_width).c_str()); in DoDumpRegisterInfo()
117 std::string enumerators = flags_type->DumpEnums(terminal_width); in DoDumpRegisterInfo()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpRegisterInfo.h24 const RegisterInfo &info, uint32_t terminal_width);
32 const RegisterFlags *flags_type, uint32_t terminal_width);
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp480 const int terminal_width = in DoExecute() local
483 terminal_width); in DoExecute()