Home
last modified time | relevance | path

Searched refs:AddTypeFormat (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py54 category.AddTypeFormat(lldb.SBTypeNameSpecifier("int"), format)
59 category.AddTypeFormat(lldb.SBTypeNameSpecifier("long"), format)
64 category.AddTypeFormat(lldb.SBTypeNameSpecifier("int"), format)
359 category.AddTypeFormat(lldb.SBTypeNameSpecifier("NoneSuchType"), None),
386 category.AddTypeFormat(
411 category.AddTypeFormat(
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h222 void AddTypeFormat(lldb::TypeNameSpecifierImplSP type_sp, in AddTypeFormat() function
227 void AddTypeFormat(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFormat() function
229 AddTypeFormat( in AddTypeFormat()
/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp302 bool SBTypeCategory::AddTypeFormat(SBTypeNameSpecifier type_name, in AddTypeFormat() function in SBTypeCategory
315 m_opaque_sp->AddTypeFormat(type_name.GetSP(), format.GetSP()); in AddTypeFormat()
/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp31 category_sp->AddTypeFormat(type_name, match_type, format_sp); in AddFormat()
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp702 category_sp->AddTypeFormat(arg_entry.ref(), match_type, entry); in DoExecute()