Searched refs:AddTypeFormat (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 222 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()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTypeCategory.h | 76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTypeCategory.cpp | 302 bool SBTypeCategory::AddTypeFormat(SBTypeNameSpecifier type_name, in AddTypeFormat() function in SBTypeCategory 315 m_opaque_sp->AddTypeFormat(type_name.GetSP(), format.GetSP()); in AddTypeFormat()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 31 category_sp->AddTypeFormat(type_name, match_type, format_sp); in AddFormat()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 702 category_sp->AddTypeFormat(arg_entry.ref(), match_type, entry); in DoExecute()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 70652 result = (bool)(arg1)->AddTypeFormat(arg2,arg3); in _wrap_SBTypeCategory_AddTypeFormat()
|