reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/DataFormatters/FormatManager.h
  160   static const char *GetFormatAsCString(lldb::Format format);

References

tools/lldb/source/Core/FormatEntity.cpp
  376     s.Printf("lldb-format = %s, ", FormatManager::GetFormatAsCString(fmt));
  930               FormatManager::GetFormatAsCString(entry.fmt);
tools/lldb/source/DataFormatters/TypeFormat.cpp
  127   sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()),
tools/lldb/source/Interpreter/CommandObject.cpp
  671     sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f));
tools/lldb/source/Interpreter/OptionArgParser.cpp
  105         error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f));
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   25     strm.PutCString(FormatManager::GetFormatAsCString(m_current_value));
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  697              FormatManager::GetFormatAsCString(m_regs[i].format));