Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp229 StreamString aligned_name = FormatCell(name, column_width); in AsTable() local
230 lines[2] += aligned_name.GetString(); in AsTable()