Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp31 category_sp->AddTypeFormat(type_name, match_type, format_sp); in AddFormat()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp702 category_sp->AddTypeFormat(arg_entry.ref(), match_type, entry); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70652 result = (bool)(arg1)->AddTypeFormat(arg2,arg3); in _wrap_SBTypeCategory_AddTypeFormat()