Searched refs:GetFormatForType (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/bindings/interface/ |
D | SBTypeCategory.i | 79 GetFormatForType (lldb::SBTypeNameSpecifier); 162 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
|
D | SBDebugger.i | 471 GetFormatForType (lldb::SBTypeNameSpecifier);
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | DataVisualization.cpp | 37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization 38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
|
D | FormatManager.cpp | 306 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager 318 category_sp->GetFormatForType(type_sp); in GetFormatForType()
|
D | TypeCategory.cpp | 320 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTypeCategory.h | 62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
|
D | SBDebugger.h | 285 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | DataVisualization.h | 36 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
|
D | FormatManager.h | 110 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
|
D | TypeCategory.h | 235 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeCategory.cpp | 215 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() function in SBTypeCategory 216 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType, in GetFormatForType() 710 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType, in RegisterMethods()
|
D | SBDebugger.cpp | 1572 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() function in SBDebugger 1573 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType, in GetFormatForType() 1578 return LLDB_RECORD_RESULT(default_category_sb.GetFormatForType(type_name)); in GetFormatForType() 1833 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType, in RegisterMethods()
|