Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i79 GetFormatForType (lldb::SBTypeNameSpecifier);
162 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
H A DSBDebugger.i495 GetFormatForType (lldb::SBTypeNameSpecifier);
/openbsd/gnu/llvm/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.cpp295 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager
307 category_sp->GetFormatForType(type_sp); in GetFormatForType()
H A DTypeCategory.cpp250 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
H A DSBDebugger.h357 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/openbsd/gnu/llvm/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);
/openbsd/gnu/llvm/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.cpp1608 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger
1613 return default_category_sb.GetFormatForType(type_name); in GetFormatForType()