Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization
38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
H A DFormatManager.cpp299 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager
311 category_sp->GetFormatForType(type_sp); in GetFormatForType()
H A DTypeCategory.cpp250 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
H A DSBDebugger.h419 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h36 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h110 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h211 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory
205 m_opaque_sp->GetFormatForType(spec.GetSP()); in GetFormatForType()
H A DSBDebugger.cpp1622 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger
1627 return default_category_sb.GetFormatForType(type_name); in GetFormatForType()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i43 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23618 result = (arg1)->GetFormatForType(arg2); in _wrap_SBDebugger_GetFormatForType()
70415 result = (arg1)->GetFormatForType(arg2); in _wrap_SBTypeCategory_GetFormatForType()