Home
last modified time | relevance | path

Searched refs:GetFormatForType (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp39 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization
40 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
H A DFormatManager.cpp287 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager
299 category_sp->GetFormatForType(type_sp); in GetFormatForType()
H A DTypeCategory.cpp423 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeCategory.h65 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
H A DSBDebugger.h255 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h38 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h120 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h283 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeCategory.cpp170 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory
H A DSBDebugger.cpp1220 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger
1223 return default_category_sb.GetFormatForType(type_name); in GetFormatForType()