Home
last modified time | relevance | path

Searched refs:FormatStringRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DFormatEntity.h214 static bool FormatStringRef(const llvm::StringRef &format, Stream &s,
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp712 return FormatEntity::FormatStringRef("size=${svar%#}", stream, nullptr, in LibcxxContainerSummaryProvider()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp968 success &= FormatEntity::FormatStringRef( in DumpValue()
1045 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s, in FormatStringRef() function in FormatEntity