Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectRegister.cpp102 bool prefix_with_name = !prefix_with_altname; in DumpRegister() local
103 …reg_value.Dump(&strm, reg_info, prefix_with_name, prefix_with_altname, m_format_options.GetFormat(… in DumpRegister()
/external/lldb/source/Core/
DRegisterValue.cpp30 bool prefix_with_name, in Dump() argument
45 if (reg_name_right_align_at && (prefix_with_name^prefix_with_alt_name)) in Dump()
50 if (prefix_with_name) in Dump()
/external/lldb/include/lldb/Core/
DRegisterValue.h355 bool prefix_with_name,