|
LLDB mainline
|
#include "LibStdcpp.h"#include "LibCxx.h"#include "Plugins/Language/CPlusPlus/CxxStringTypes.h"#include "Plugins/Language/CPlusPlus/Generic.h"#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"#include "lldb/DataFormatters/FormattersHelpers.h"#include "lldb/DataFormatters/StringPrinter.h"#include "lldb/DataFormatters/VectorIterator.h"#include "lldb/Target/Target.h"#include "lldb/Utility/DataBufferHeap.h"#include "lldb/Utility/Endian.h"#include "lldb/Utility/Status.h"#include "lldb/Utility/Stream.h"#include "lldb/ValueObject/ValueObject.h"#include "lldb/ValueObject/ValueObjectConstResult.h"#include <optional>Go to the source code of this file.
|
static |
Definition at line 252 of file LibStdcpp.cpp.
References lldb_private::ValueObject::GetChildMemberWithName(), lldb_private::StreamString::GetData(), and lldb_private::formatters::StringBufferSummaryProvider().
|
staticconstexpr |
Definition at line 299 of file LibStdcpp.cpp.
Referenced by lldb_private::formatters::LibStdcppStringViewSummaryProvider().
|
static |
Definition at line 499 of file LibStdcpp.cpp.
References lldb_private::ValueObject::GetChildMemberWithName().
Referenced by lldb_private::formatters::LibStdcppPartialOrderingSummaryProvider(), lldb_private::formatters::LibStdcppStrongOrderingSummaryProvider(), and lldb_private::formatters::LibStdcppWeakOrderingSummaryProvider().
|
static |
Definition at line 452 of file LibStdcpp.cpp.
Referenced by lldb_private::formatters::LibStdcppVariantSummaryProvider().
| template bool lldb_private::formatters::LibStdcppStringViewSummaryProvider< StringElementType::ASCII > | ( | ValueObject & | , |
| Stream & | , | ||
| const TypeSummaryOptions & | ) |
References lldb_private::formatters::LibStdcppStringViewSummaryProvider().
Referenced by LoadCommonStlFormatters().
| template bool lldb_private::formatters::LibStdcppStringViewSummaryProvider< StringElementType::UTF16 > | ( | ValueObject & | , |
| Stream & | , | ||
| const TypeSummaryOptions & | ) |
References lldb_private::formatters::LibStdcppStringViewSummaryProvider().
Referenced by LoadCommonStlFormatters().
| template bool lldb_private::formatters::LibStdcppStringViewSummaryProvider< StringElementType::UTF32 > | ( | ValueObject & | , |
| Stream & | , | ||
| const TypeSummaryOptions & | ) |
References lldb_private::formatters::LibStdcppStringViewSummaryProvider().
Referenced by LoadCommonStlFormatters().
| template bool lldb_private::formatters::LibStdcppStringViewSummaryProvider< StringElementType::UTF8 > | ( | ValueObject & | , |
| Stream & | , | ||
| const TypeSummaryOptions & | ) |
References lldb_private::formatters::LibStdcppStringViewSummaryProvider().
Referenced by LoadCommonStlFormatters().