Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
H A DOptionArgParser.cpp105 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatManager.h145 static const char *GetFormatAsCString(lldb::Format format);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp127 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
H A DFormatManager.cpp151 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString() function in FormatManager
/llvm-project-15.0.7/lldb/source/Target/
H A DDynamicRegisterInfo.cpp746 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp373 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
925 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()