Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDataVisualization.cpp37 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in DataVisualization
38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
DFormatManager.cpp306 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in FormatManager
318 category_sp->GetFormatForType(type_sp); in GetFormatForType()
DTypeCategory.cpp320 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetFormatForType() function in TypeCategoryImpl
/external/llvm-project/lldb/bindings/interface/
DSBTypeCategory.i79 GetFormatForType (lldb::SBTypeNameSpecifier);
162 …(self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
DSBDebugger.i471 GetFormatForType (lldb::SBTypeNameSpecifier);
/external/llvm-project/lldb/include/lldb/API/
DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
DSBDebugger.h285 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDataVisualization.h36 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
DFormatManager.h110 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
DTypeCategory.h235 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
/external/llvm-project/lldb/source/API/
DSBTypeCategory.cpp215 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()
DSBDebugger.cpp1572 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()