Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp106 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp153 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in FormatHelpTextCallback()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatManager.h145 static const char *GetFormatAsCString(lldb::Format format);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
H A DFormatManager.cpp152 const char *FormatManager::GetFormatAsCString(Format format) { in GetFormatAsCString() function in FormatManager
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DDynamicRegisterInfo.cpp746 FormatManager::GetFormatAsCString(m_regs[i].format)); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp373 s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt)); in Dump()
918 FormatManager::GetFormatAsCString(entry.fmt); in DumpValue()