Searched refs:GetFormatAsCString (Results 1 – 8 of 8) sorted by relevance
25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()30 return FormatManager::GetFormatAsCString(m_current_value); in ToJSON()
121 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
145 static const char *GetFormatAsCString(lldb::Format format);
128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
150 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString() function in FormatManager
760 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
367 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()953 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()