Searched refs:format_sp (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatCache.cpp | 33 FormatCache::Entry::Entry (lldb::TypeFormatImplSP format_sp) : in Entry() argument 41 SetFormat (format_sp); in Entry() 77 FormatCache::Entry::Entry (lldb::TypeFormatImplSP format_sp, lldb::TypeSummaryImplSP summary_sp, ll… in Entry() argument 79 SetFormat (format_sp); in Entry() 134 FormatCache::Entry::SetFormat (lldb::TypeFormatImplSP format_sp) in SetFormat() argument 137 m_format_sp = format_sp; in SetFormat() 182 FormatCache::GetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp) in GetFormat() argument 191 format_sp = entry.GetFormat(); in GetFormat() 197 format_sp.reset(); in GetFormat() 262 FormatCache::SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp) in SetFormat() argument [all …]
|
| HD | TypeCategory.cpp | 259 lldb::TypeFormatImplSP format_sp; in AnyMatches() local 269 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) in AnyMatches() 280 if (GetRegexTypeFormatsContainer()->Get(type_name, format_sp)) in AnyMatches()
|
| HD | FormatManager.cpp | 903 lldb::TypeFormatImplSP format_sp(new TypeFormatImpl_Format(format, flags)); in AddFormat() local 906 …rmatsContainer()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),format_sp); in AddFormat() 908 category_sp->GetTypeFormatsContainer()->Add(type_name, format_sp); in AddFormat()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTypeCategory.cpp | 184 lldb::TypeFormatImplSP format_sp; in GetFormatForType() local 187 … m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp); in GetFormatForType() 189 m_opaque_sp->GetTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp); in GetFormatForType() 191 if (!format_sp) in GetFormatForType() 194 return lldb::SBTypeFormat(format_sp); in GetFormatForType()
|
| HD | SBValue.cpp | 748 lldb::TypeFormatImplSP format_sp = value_sp->GetValueFormat(); in GetTypeFormat() local 749 if (format_sp) in GetTypeFormat() 750 format.SetSP(format_sp); in GetTypeFormat()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormatCache.h | 98 GetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp); 110 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObject.cpp | 1432 lldb::TypeFormatImplSP format_sp; in GetValueAsCString() local 1437 format_sp = m_type_format_sp; in GetValueAsCString() 1460 if (!format_sp) in GetValueAsCString() 1461 format_sp.reset(new TypeFormatImpl_Format(my_format)); in GetValueAsCString() 1462 if (GetValueAsCString(*format_sp.get(), m_value_str)) in GetValueAsCString()
|