Searched refs:FormatterMatchType (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 29 FormatterMatchType match_type = in AddFormat() 37 FormatterMatchType match_type = in AddSummary() 47 FormatterMatchType match_type = in AddStringSummary() 58 FormatterMatchType match_type = in AddOneLineSummary() 70 FormatterMatchType match_type = in AddCXXSummary() 82 FormatterMatchType match_type = in AddCXXSynthetic() 95 FormatterMatchType match_type = in AddFilter()
|
| H A D | FormatterSection.cpp | 121 FormatterMatchType match_type = eFormatterMatchExact; in LoadTypeSummariesForModule() 156 FormatterMatchType match_type = eFormatterMatchExact; in LoadFormattersForModule()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 29 FormatterMatchType match_type) in SBTypeNameSpecifier() 82 FormatterMatchType SBTypeNameSpecifier::GetMatchType() { in GetMatchType() 102 lldb::FormatterMatchType match_type = GetMatchType(); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTypeNameSpecifier.h | 24 lldb::FormatterMatchType match_type); 40 lldb::FormatterMatchType GetMatchType();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 157 lldb::FormatterMatchType match_type) in TypeNameSpecifierImpl() 191 lldb::FormatterMatchType GetMatchType() { return m_match_type; } in GetMatchType() 196 lldb::FormatterMatchType m_match_type = lldb::eFormatterMatchExact;
|
| H A D | TypeCategory.h | 227 void AddTypeFormat(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFormat() 239 void AddTypeSummary(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeSummary() 251 void AddTypeFilter(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFilter() 264 lldb::FormatterMatchType match_type, in AddTypeSynthetic()
|
| H A D | FormattersContainer.h | 52 lldb::FormatterMatchType m_match_type; 117 lldb::FormatterMatchType GetMatchType() const { return m_match_type; } in GetMatchType()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 51 FormatterMatchType m_match_type; 57 FormatterMatchType match_type, ConstString name, in ScriptAddOptions() 70 FormatterMatchType m_match_type; 75 FormatterMatchType match_type, std::string catg) in SynthAddOptions() 143 FormatterMatchType m_match_type = eFormatterMatchExact; 279 FormatterMatchType match_type, std::string category, 387 FormatterMatchType m_match_type; 516 FormatterMatchType match_type, std::string category_name, 703 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute() 1583 FormatterMatchType match_type, in AddSummary() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 899 enum FormatterMatchType { enum
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 74029 lldb::FormatterMatchType arg2 ; in _wrap_new_SBTypeNameSpecifier__SWIG_3() 74036 arg2 = (lldb::FormatterMatchType)lua_tointeger(L, 2); in _wrap_new_SBTypeNameSpecifier__SWIG_3() 74265 lldb::FormatterMatchType result; in _wrap_SBTypeNameSpecifier_GetMatchType() 74274 result = (lldb::FormatterMatchType)(arg1)->GetMatchType(); in _wrap_SBTypeNameSpecifier_GetMatchType()
|