Searched refs:format_sp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | LanguageCategory.cpp | 55 (!format_sp || !format_sp->NonCacheable())) { in Get() 78 (!format_sp || !format_sp->NonCacheable())) { in Get() 101 (!format_sp || !format_sp->NonCacheable())) { in Get() 124 (!format_sp || !format_sp->NonCacheable())) { in Get() 144 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded() 147 return format_sp.get() != nullptr; in GetHardcoded() 164 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded() 167 return format_sp.get() != nullptr; in GetHardcoded() 184 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded() 187 return format_sp.get() != nullptr; in GetHardcoded() [all …]
|
| H A D | FormatCache.cpp | 24 FormatCache::Entry::Entry(lldb::TypeFormatImplSP format_sp) in Entry() argument 28 SetFormat(format_sp); in Entry() 52 FormatCache::Entry::Entry(lldb::TypeFormatImplSP format_sp, in Entry() argument 56 SetFormat(format_sp); in Entry() 84 void FormatCache::Entry::SetFormat(lldb::TypeFormatImplSP format_sp) { in SetFormat() argument 86 m_format_sp = format_sp; in SetFormat() 122 lldb::TypeFormatImplSP &format_sp) { in GetFormat() argument 129 format_sp = entry.GetFormat(); in GetFormat() 135 format_sp.reset(); in GetFormat() 194 lldb::TypeFormatImplSP &format_sp) { in SetFormat() argument [all …]
|
| H A D | FormattersHelpers.cpp | 29 lldb::TypeFormatImplSP format_sp(new TypeFormatImpl_Format(format, flags)); in AddFormat() local 34 format_sp); in AddFormat() 36 category_sp->GetTypeFormatsContainer()->Add(type_name, format_sp); in AddFormat()
|
| H A D | TypeCategory.cpp | 309 lldb::TypeFormatImplSP format_sp; in AnyMatches() local 318 if (GetTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches() 328 if (GetRegexTypeFormatsContainer()->Get(type_name, format_sp)) { in AnyMatches()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | LanguageCategory.h | 29 bool Get(FormattersMatchData &match_data, lldb::TypeFormatImplSP &format_sp); 31 bool Get(FormattersMatchData &match_data, lldb::TypeSummaryImplSP &format_sp); 34 lldb::SyntheticChildrenSP &format_sp); 37 lldb::TypeValidatorImplSP &format_sp); 40 lldb::TypeFormatImplSP &format_sp); 43 lldb::TypeSummaryImplSP &format_sp); 46 lldb::SyntheticChildrenSP &format_sp); 49 lldb::TypeValidatorImplSP &format_sp);
|
| H A D | FormatCache.h | 80 bool GetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp); 90 void SetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 177 lldb::TypeFormatImplSP format_sp; in GetFormatForType() local 181 ConstString(spec.GetName()), format_sp); in GetFormatForType() 184 ConstString(spec.GetName()), format_sp); in GetFormatForType() 186 if (!format_sp) in GetFormatForType() 189 return lldb::SBTypeFormat(format_sp); in GetFormatForType()
|
| H A D | SBValue.cpp | 610 lldb::TypeFormatImplSP format_sp = value_sp->GetValueFormat(); in GetTypeFormat() local 611 if (format_sp) in GetTypeFormat() 612 format.SetSP(format_sp); in GetTypeFormat()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1150 lldb::TypeFormatImplSP format_sp; in GetValueAsCString() local 1154 format_sp = m_type_format_sp; in GetValueAsCString() 1171 if (!format_sp) in GetValueAsCString() 1172 format_sp.reset(new TypeFormatImpl_Format(my_format)); in GetValueAsCString() 1173 if (GetValueAsCString(*format_sp.get(), m_value_str)) { in GetValueAsCString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1138 const FormatterSharedPointer &format_sp) -> bool { in DoExecute() argument 1153 format_sp->GetDescription().c_str()); in DoExecute() 1160 const FormatterSharedPointer &format_sp) -> bool { in DoExecute() argument 1176 format_sp->GetDescription().c_str()); in DoExecute()
|