Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDataVisualization.cpp37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization
38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
HDFormatManager.cpp299 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager
311 category_sp->GetFormatForType(type_sp); in GetFormatForType()
HDTypeCategory.cpp250 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
HDSBDebugger.h419 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDataVisualization.h36 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
HDFormatManager.h110 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
HDTypeCategory.h211 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTypeCategory.cpp195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory
205 m_opaque_sp->GetFormatForType(spec.GetSP()); in GetFormatForType()
HDSBDebugger.cpp1622 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger
1627 return default_category_sb.GetFormatForType(type_name); in GetFormatForType()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeCategoryExtensions.i43 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp23618 result = (arg1)->GetFormatForType(arg2); in _wrap_SBDebugger_GetFormatForType()
70415 result = (arg1)->GetFormatForType(arg2); in _wrap_SBTypeCategory_GetFormatForType()