Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DFormatEntity.h186 static bool FormatStringRef(const llvm::StringRef &format, Stream &s,
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp558 return FormatEntity::FormatStringRef("size=${svar%#}", stream, nullptr, in LibcxxContainerSummaryProvider()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp979 success &= FormatEntity::FormatStringRef( in DumpValue()
1056 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s, in FormatStringRef() function in FormatEntity