Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
30 return FormatManager::GetFormatAsCString(m_current_value); in ToJSON()
H A DOptionArgParser.cpp121 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h145 static const char *GetFormatAsCString(lldb::Format format);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
H A DFormatManager.cpp150 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString() function in FormatManager
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp760 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp367 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
953 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()