Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueFormat.cpp25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
30 return FormatManager::GetFormatAsCString(m_current_value); in ToJSON()
DOptionArgParser.cpp106 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandOptionArgumentTable.cpp153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormatManager.h145 static const char *GetFormatAsCString(lldb::Format format);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeFormat.cpp128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
DFormatManager.cpp152 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString() function in FormatManager
/openbsd/src/gnu/llvm/lldb/source/Target/
DDynamicRegisterInfo.cpp746 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp373 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
918 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()