Home
last modified time | relevance | path

Searched refs:GetExact (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp325 GetRegexTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()
328 GetTypeFormatsContainer()->GetExact(ConstString(type_sp->GetName()), in GetFormatForType()
341 GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
344 GetTypeSummariesContainer()->GetExact(ConstString(type_sp->GetName()), in GetSummaryForType()
357 GetRegexTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()), in GetFilterForType()
360 GetTypeFiltersContainer()->GetExact(ConstString(type_sp->GetName()), in GetFilterForType()
373 GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
376 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()), in GetSyntheticForType()
H A DDataVisualization.cpp172 return GetFormatManager().GetNamedSummaryContainer().GetExact(type, entry); in GetSummaryFormat()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp191 m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact( in GetFilterForType()
194 m_opaque_sp->GetTypeFiltersContainer()->GetExact( in GetFilterForType()
217 m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact( in GetFormatForType()
220 m_opaque_sp->GetTypeFormatsContainer()->GetExact( in GetFormatForType()
241 m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact( in GetSummaryForType()
244 m_opaque_sp->GetTypeSummariesContainer()->GetExact( in GetSummaryForType()
265 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
268 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h156 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact() function