Home
last modified time | relevance | path

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

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