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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
H A DSBDebugger.h281 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h37 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h110 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h237 GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i79 GetFormatForType (lldb::SBTypeNameSpecifier);
162 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
H A DSBDebugger.i471 GetFormatForType (lldb::SBTypeNameSpecifier);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp38 DataVisualization::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:DataVisualization
39 return GetFormatManager().GetFormatForType(type_sp);
H A DTypeCategory.cpp336 TypeCategoryImpl::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:TypeCategoryImpl
H A DFormatManager.cpp315 FormatManager::GetFormatForType(lldb::TypeNameSpecifierImplSP type_sp) { function in class:FormatManager
327 category_sp->GetFormatForType(type_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp216 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { function in class:SBTypeCategory
217 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType,
711 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType,
H A DSBDebugger.cpp1540 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { function in class:SBDebugger
1541 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType,
1546 return LLDB_RECORD_RESULT(default_category_sb.GetFormatForType(type_name));
1809 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType,

Completed in 190 milliseconds