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

Declarations

tools/lldb/include/lldb/Core/FormatEntity.h
  179   static bool Format(const Entry &entry, Stream &s, const SymbolContext *sc,

References

tools/lldb/source/Core/Debugger.cpp
 1143   return FormatEntity::Format(*format, s, sc, exe_ctx, addr, nullptr,
tools/lldb/source/Core/FormatEntity.cpp
 1062       return FormatEntity::Format(root, s, sc, exe_ctx, addr, valobj,
 1079       return FormatEntity::Format(root, s, sc, exe_ctx, addr, valobj,
 1112       if (!Format(child, s, sc, exe_ctx, addr, valobj, function_changed,
 1127       success = Format(child, scope_stream, sc, exe_ctx, addr, valobj,
tools/lldb/source/Core/IOHandler.cpp
 2405         if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, nullptr,
 2464       if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr,
 2554       if (FormatEntity::Format(m_format, strm, nullptr, &exe_ctx, nullptr,
 3738         if (thread && FormatEntity::Format(m_format, strm, nullptr, &exe_ctx,
tools/lldb/source/DataFormatters/TypeSummary.cpp
   89     if (FormatEntity::Format(m_format, s, &sc, &exe_ctx,
tools/lldb/source/Target/StackFrame.cpp
 1814   if (frame_format && FormatEntity::Format(*frame_format, s, &m_sc, &exe_ctx,
tools/lldb/source/Target/Thread.cpp
 1810   FormatEntity::Format(*thread_format, strm, frame_sp ? &frame_sc : nullptr,