Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
DOptionArgParser.cpp105 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
DCommandObject.cpp694 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatManager.h145 static const char *GetFormatAsCString(lldb::Format format);
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp127 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
DFormatManager.cpp152 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString() function in FormatManager
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp728 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp379 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
934 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()