HomeSort by relevance Sort by last modified time
    Searched refs:prefix_with_name (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Commands/
CommandObjectRegister.cpp 102 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/include/lldb/Core/
RegisterValue.h 355 bool prefix_with_name,
  /external/lldb/source/Core/
RegisterValue.cpp 30 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)
    [all...]

Completed in 119 milliseconds