Home
last modified time | relevance | path

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

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