Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i79 GetFormatForType (lldb::SBTypeNameSpecifier);
162 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
H A DSBDebugger.i471 GetFormatForType (lldb::SBTypeNameSpecifier);
/freebsd-13.1/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.cpp306 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager
318 category_sp->GetFormatForType(type_sp); in GetFormatForType()
H A DTypeCategory.cpp320 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
H A DSBDebugger.h323 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd-13.1/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.h235 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp215 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory
216 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType, in GetFormatForType()
702 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType, in RegisterMethods()
H A DSBDebugger.cpp1615 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger
1616 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType, in GetFormatForType()
1621 return LLDB_RECORD_RESULT(default_category_sb.GetFormatForType(type_name)); in GetFormatForType()
1882 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20378 result = (arg1)->GetFormatForType(arg2); in _wrap_SBDebugger_GetFormatForType()
60590 result = (arg1)->GetFormatForType(arg2); in _wrap_SBTypeCategory_GetFormatForType()