Searched defs:prefix_with_name (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectRegister.cpp102 bool prefix_with_name = !prefix_with_altname; local
103 reg_value.Dump(&strm, reg_info, prefix_with_name, prefix_with_altname, m_format_options.GetFormat(), 8);
/external/lldb/source/Core/
H A DRegisterValue.cpp30 bool prefix_with_name,
42 // prefix_with_name^prefix_with_alt_name is true
45 if (reg_name_right_align_at && (prefix_with_name^prefix_with_alt_name))
50 if (prefix_with_name)
28 Dump(Stream *s, const RegisterInfo *reg_info, bool prefix_with_name, bool prefix_with_alt_name, Format format, uint32_t reg_name_right_align_at) const argument

Completed in 166 milliseconds