Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDFormatEntity.h212 bool FormatStringRef(const llvm::StringRef &format, Stream &s,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxx.cpp401 return FormatEntity::FormatStringRef("size=${svar%#}", stream, nullptr, in LibcxxContainerSummaryProvider()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDFormatEntity.cpp996 success &= FormatEntity::FormatStringRef( in DumpValue()
1151 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s, in FormatStringRef() function in FormatEntity