Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h212 bool FormatStringRef(const llvm::StringRef &format, Stream &s,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp738 return FormatEntity::FormatStringRef("size=${svar%#}", stream, nullptr, in LibcxxContainerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp954 success &= FormatEntity::FormatStringRef( in DumpValue()
1109 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s, in FormatStringRef() function in FormatEntity